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.

Mircryption tcl error

Support & discussion of released scripts, and announcements of new releases.
Post Reply
f
flikker
Voice
Posts: 3
Joined: Fri Jan 13, 2012 9:31 pm

Mircryption tcl error

Post by flikker »

I am trying to run a tvrage script made by GaveUp http://forum.egghelp.org/viewtopic.php? ... sc&start=0
The script works great without Mircryption, but with Mircryption loaded I get the following error ONLY on the command "!showinfo" (all other commands work fine):

Tcl error [mcpshandlepubOK]: wrong # args: should be "::tvrage::showinfo displayLine nick uhost hand chan text"
I don't know tcl so hope someone can help me... If additional info is required let me know. Thanks for any help.

Code: Select all

.set errorInfo
[09:40:14] #mynick# set errorInfo
Currently: wrong # args: should be "::tvrage::showinfo displayLine nick uhost hand chan text"
Currently:     while executing
Currently: "::tvrage::showinfo mynick ~me@LinkNet-5881122160.evosurge.com mynick #mychan nikita             "
Currently:     ("eval" body line 1)
Currently:     invoked from within
Currently: "eval $callback [list $nick $uhost $hand $chan $remaindertext]"
Currently:     (procedure "stdrag_trybind" line 91)
Currently:     invoked from within
Currently: "stdrag_trybind $comtype $nick $uhost $hand $chan $text $table $flags $mask $hits $call             back"
Currently:     (procedure "stdrag_triggermcbinds" line 18)
Currently:     invoked from within
Currently: "stdrag_triggermcbinds $comtype $bindfilter $n $uh $h $c $t "
Currently:     (procedure "mcpsrunbinds" line 10)
Currently:     invoked from within
Currently: "mcpsrunbinds $comtype $n $uh $h $c $t "
Currently:     (procedure "mcpshandlecommand" line 72)
Currently:     invoked from within
Currently: "mcpshandlecommand "pub" $n $uh $h $c $t"
Currently:     (procedure "mcpshandlepubOK" line 6)
Currently:     invoked from within
Currently: "mcpshandlepubOK $_pub1 $_pub2 $_pub3 $_pub4 $_pub5"
Post Reply