01.08.2016, 20:24
IRC servers regularly limit the amount of connections from a single IP. If you're connecting more than three clients you should probably ask a network operator to add an exception.
Also this:
Should be replaced with the variables.
Also this:
PHP код:
if(botid == 1 || botid == 2 || botid == 3)
PHP код:
if(botid == gBotID[0] || botid == gBotID[1] || botid == gBotID[2])