04.01.2017, 13:55
Quote:
Did you even read my first post ? |
And there just one bot :/ i don't think loop will work
Quote:
You have used it correctly but until you find out why this happens, I can only suggest a workaround. Have a global variable and:
- increase when a user joins the channel (IRC_OnUserJoinChannel). - decrease when a user leaves the channel (IRC_OnUserLeaveChannel). If a player is kicked then IRC_OnUserKickedFromChannel will be called and I'm not sure if IRC_OnUserLeaveChannel will be called too as I haven't used the plugin. If it won't, decrease in this callback as well. |