06.01.2017, 11:25


PHP код:
// on top of your script
new IRCUsers;
//callbacks
IRC_OnUserJoinChannel(...)
IRCUsers ++;
IRC_OnUserLeaveChannel(...)
IRCUsers--;
Though, in my opinion its not a efficient way, but i've only explained what kons said.