25.02.2015, 19:25
Debug your script, add this and keep an eye on the console / server logs
pawn Код:
public IRC_OnConnect(botid, ip[], port)
{
printf("botid %i connected to %s:%i", botid, ip, port);
}