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.
Old posts that have not been replied to for several years.
-
caesar
- Mint Rubber
- Posts: 3778
- Joined: Sun Oct 14, 2001 8:00 pm
- Location: Mint Factory
Post
by caesar »
Humm..

-
caesar
- Mint Rubber
- Posts: 3778
- Joined: Sun Oct 14, 2001 8:00 pm
- Location: Mint Factory
Post
by caesar »
Well, I have done it!
set num [lsearch -exact $voicelist $nick]
incr num
And works!

-
caesar
- Mint Rubber
- Posts: 3778
- Joined: Sun Oct 14, 2001 8:00 pm
- Location: Mint Factory
Post
by caesar »
Hi, I have noticed an human error, or a coding one.. whatever..
replace from if {$nick == $botnick || $chan != $next(chan) || [validuser [nick2hand $nick $chan]]} { return } to if {$vict == $botnick || $chan != $next(chan) || [validuser [nick2hand $vict $chan]]} { return }
Sorry about this..
