01.07.2013, 00:19
On IRC,
Change your nick to the bot's nick and type /ns register <password> <email>
Change your nick to the bot's nick and type /ns register <password> <email>
pawn Код:
#define IRC_BOT_PASSWORD *bot pass*
public IRC_OnConnect(botid, ip[], port)
{
format(string,sizeof(string),"PRIVMSG NickServ :IDENTIFY %s",IRC_BOT_PASSWORD);
IRC_SendRaw(botid, string);
return 1;
}