Bots Identifying themselves
#1

Well i made my own irc system but i dont know how to identify my bots so they can get hops
Reply
#2

I thought there was this callback:

pawn Код:
public IRC_OnConnect(botid)
{
  return 1;
}
You could do something with IRC_AddToGroup.
Reply
#3

i know about irc_onconnect

idk which function can identify them
Reply
#4

pawn Код:
public IRC_OnConnect(botid)
{
    IRC_JoinChannel(botid, IRC_CHANNEL, IRC_CHANNEL_PW);
    IRC_Say(botid, "nickserv", "identify password");
    return 1;
}
Reply
#5

thanks guys
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)