PDA

View Full Version : irc undupe error


epoke
11-01-2005, 02:44 PM
hi ,
i have a pb with irc undupe :
!>undupe test
bot reply : Undupe:

in alcobot :

[20:42] [☻AlcoBot☻] Error :: CmdChannel - Error evaluating "::alcoholicz::NxTool
s::Undupe":
list element in quotes followed by "." instead of space
while executing
"lindex $text 1"
(procedure "putserv" line 9)
invoked from within
"putserv "$target :$line""
(procedure "SendTarget" line 3)
invoked from within
"SendTarget $target [VarReplace $text $variables($type) $valueList]"
(procedure "SendTargetTheme" line 15)
invoked from within
"SendTargetTheme $target undupeNone


if you know if i missed something ;)

neoxed
11-01-2005, 04:57 PM
The failure is not caused by AlcoBot, but by another script you have loaded on the Eggdrop. Particularly a script that wraps Eggdrop’s "putserv" command and improperly handles Tcl lists.

epoke
11-02-2005, 05:31 PM
:(
i know witch script bug :
source scripts/blowcrypt-3.0.tcl
it's the script you patch .don't know if you can find what's the pb ;)

TIA

neoxed
11-03-2005, 02:02 AM
Turns out that was another bug in poci's blowcrypt script. :)

Thanks for reporting it, you can download the fixed version from the same URL.

http://www.alcoholicz.com/scripts/blowcrypt/

epoke
11-03-2005, 05:58 AM
thx neoxed ,
everything working good now

RITEK