SA-MP Forums Archive
IRC Plugin... Error on connect, "Register first" - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: IRC Plugin... Error on connect, "Register first" (/showthread.php?tid=94038)



IRC Plugin... Error on connect, "Register first" - introzen - 27.08.2009

Hey, I have installed irc plugin for my server, I use Sneaky FS for it...

When I try to connect to irc (start my server) it says:

*** (name) (name) :Register first.
*** (name) (name) :Register first.
*** (name) (name) :Register first.

Why? =/


Re: IRC Plugin... Error on connect, "Register first" - Maryam - 28.08.2009

Me too have the same problem and i'm using GameSurge for hosting.
So anyone if anyone got solution, help us ...


Re: IRC Plugin... Error on connect, "Register first" - Chaprnks - 29.08.2009

Try joining the servers manually and registering the bots nicknames to the irc server.


Re: IRC Plugin... Error on connect, "Register first" - Westie - 29.08.2009

Quote:
Originally Posted by Maryam
Me too have the same problem and i'm using GameSurge for hosting.
So anyone if anyone got solution, help us ...
Wrong. You're not hosting your server on GameSurge.

Quote:
Originally Posted by Chaprnks
Try joining the servers manually and registering the bots nicknames to the irc server.
No. You have to join channels when you have successfully connected to the server, which is when you recieve command 001. You can also have a timer to join channels for about 5 seconds.

EDIT: I just realised, this is actually in the wrong forum!


Re: IRC Plugin... Error on connect, "Register first" - [HKS]dlegend - 03.09.2009

how do i connect my server to irc.gtanet.com i have poked around with the pawn but it dosent want to stop connecting to gamesurge thanks


Re: IRC Plugin... Error on connect, "Register first" - Vince - 04.09.2009

There should be something like this:

pawn Код:
public OnFilterScriptInit()
{
  EchoConnection = ircConnect("irc.sa-mp.com", 6667, "BotName");
  return 1;
}



Re: IRC Plugin... Error on connect, "Register first" - SanMarinoRP - 20.09.2009

had this one to but got fixed


Re: IRC Plugin... Error on connect, "Register first" - Karlip - 02.10.2009

Quote:
Originally Posted by SanMarinoRP
had this one to but got fixed
Thanks for the solution then?