Automatic IRC Bot Admin Login -
Kyle - 20.12.2009
I have included jacobs irc script and the bot connects to my channel but does not identify himself to be an admin how do i do it so it does it automaticaly?
Thanks - Kyle
Re: Automatic IRC Bot Admin Login -
Hiitch - 20.12.2009
Create a timer in the IRC script that makes the login to the channel, unfortunately I don't have my IRC Script, so I cant help you.
Re: Automatic IRC Bot Admin Login -
Marcel - 20.12.2009
Jacob's plugin isn't supported anymore, use this one:
Click
Re: Automatic IRC Bot Admin Login -
Kyle - 20.12.2009
Why is it not supported it works fine. All it is, Is that it isnt automaticaly identifying.
Re: Automatic IRC Bot Admin Login -
Marcel - 20.12.2009
Well, where you let the bots join the channels add:
pawn Код:
ircSendRawData(botid, "NS ID password);
Re: Automatic IRC Bot Admin Login -
UsaBoy91 - 20.12.2009
Quote:
Originally Posted by Marcel
Well, where you let the bots join the channels add:
pawn Код:
ircSendRawData(botid, "NS ID password);
|
you forgot to close the quotes
ircSendRawData(botid, "NS ID password
");
Re: Automatic IRC Bot Admin Login -
Marcel - 20.12.2009
Ah sorry, didn't see that. Thanks for fixing me.
Re: Automatic IRC Bot Admin Login -
Headyheadster - 27.02.2010
hey, we can use instead ID bot's name ?! btw. my bot's name is EchoChan , so it will work ?!
Re: Automatic IRC Bot Admin Login -
Vince - 27.02.2010
ID means 'Indentify' in this case, I guess.
Anyways, if you have registered your bot(s) with NickServ, use this to identify them:
IRC_SendRaw(botid, "PRIVMSG NickServ :IDENTIFY yourpasswordhere");
Re: Automatic IRC Bot Admin Login -
Headyheadster - 27.02.2010
Aha, and how to give acces ?!!
/cs access #ChanName add Nick 1-9999 (Don't WORK!)
It says i must to use HOP,AOP .... and even i use it instead of 1-9999 - same thing ...