I've got some Tcl scripts (that others wrote since I'm really new to Tcl) that I'm trying to get to work with my bot, but I'm having problems with flags. For some binds, if I set them to - (everyone) the procedure that's called will work, in other cases it won't. But in every case, if there are any other flags set, it won't work period. I've made sure that global and channel flags are set in the bot, and .whois <user> confirms it, but just can't get these scripts to work properly.
The shell I run my bot on has version 8.0 of Tcl and is running freebsd. Just to be sure it wasn't some problem there, I started another bot from my machine here where I have Tcl 8.3.2 and linux...but it's still having the same problems.
Does anyone have any ideas why I'm having this problem with the flags and the scripts? I've read all the documentation I could get my hands on, but I guess I'm still pretty green to this eggdrop stuff
