10.05.2012, 23:54
Quote:
Did you actually add the bots to the group (IRC_AddToGroup)? Merely creating the group is not enough.
|
pawn Код:
public IRC_OnConnect(botid, ip[], port)
{
if((botid == gBotID[0]) || (botid == gBotID[1]))
{
IRC_JoinChannel(botid, IRC_ECHOCHANNEL);
IRC_AddToGroup(gGroupID, botid);
return 1;
}
}
And no I did not download it, it was all working ok until it randomly started doing this about 2 weeks ago.