Hello,
Here's the context : I load a script for my bot, which makes use of user's nick related variables. When I launch my bot, it happens some users are already present on the channel. It seems a good idea to initialize these variables for these users at this time, so I intend to use the chanlist command to grab all nicks present on the chan, etc...
But there is a prob : when the bot was just launched, the chanlist command returns... nothing, or in the best case, only the botnick... it works only after a while, and if one of the uninitialized users trigger a bind (very possible, though), i've got a crash or an error...
Is somebody here could help me, please ? This prob is very annoying...