ns identify
#4

pawn Код:
public IRC_OnConnect(botid, ip[], port)
{
    printf("*** IRC_OnConnect: Bot ID %d connected to %s:%d", botid, ip, port);
    IRC_SendRaw(botid, "ns identify passhere"); //IRC_SendRaw(botid, "identify passhere");
    IRC_JoinChannel(botid, IRC_CHANNEL);
    // Add the bot to the group
    IRC_AddToGroup(groupID, botid);
    return 1;
}
I know that the irc.tl server uses /ns identify [password], but if that's not what you're after, change it to 'identify [password]'.

I know I had some troubles with this as well, but I think this is the right way to go.
Reply


Messages In This Thread
ns identify - by Chiao - 09.09.2013, 16:19
Re: ns identify - by Chiao - 09.09.2013, 17:49
Re: ns identify - by Chiao - 10.09.2013, 06:11
Re: ns identify - by Threshold - 10.09.2013, 07:37

Forum Jump:


Users browsing this thread: 1 Guest(s)