IRC bot problem - 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)
+--- Thread: IRC bot problem (
/showthread.php?tid=589548)
IRC bot problem -
sjames - 20.09.2015
Hi,
I have added 2 bots to my username with /msg NickServ GROUP. I have set their names to the same in filterscript.
But when I join or they join they wont be automatically OP status. Also I won't be OP when I join channel.
I have to do /msg ChanServ recover #mychannel, then make them OP and then they can start sending messages from my server. Before that they give error that cant send.
This is their join log:
Код:
*** IRC_OnConnectAttempt: Bot ID 1 attempting to connect to 38.229.70.22:6667...
*** IRC_OnUserNotice (Bot ID 1): User card.freenode.net (No hostname) sent notice to *: *** Looking up your hostname...
*** IRC_OnUserNotice (Bot ID 1): User card.freenode.net (No hostname) sent notice to *: *** Checking Ident
*** IRC_OnUserNotice (Bot ID 1): User card.freenode.net (No hostname) sent notice to *: *** Found your hostname
*** IRC_OnUserNotice (Bot ID 1): User card.freenode.net (No hostname) sent notice to *: *** No Ident response
*** IRC_OnConnect: Bot ID 1 connected to 38.229.70.22:6667
Re: IRC bot problem -
Hybris - 20.09.2015
You must register them first hand and on the irc(this can be performed by using the bots name)and afterwards use /ns register) (you'll be detailed there)
and make sure you have this in your script aswell
#define IRC_SERVER "CHANNEL"
#define IRC_PORT (PORT)
#define IRC_CHANNEL "CHANNEL"
#define BOT_PASS "PASSWORD"
#define BOT_EMAIL "EMAIL"
(fill them with your entered details)