This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

chanlist command has an annoying delay : please help !

Old posts that have not been replied to for several years.
Locked
M
MickB
Voice
Posts: 3
Joined: Thu Sep 01, 2005 3:31 am

chanlist command has an annoying delay : please help !

Post by MickB »

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...
:x
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

use [chanlist] only if [botonchan] is true
Locked