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.
Support & discussion of released scripts, and announcements of new releases.
Jojje_c1
Voice
Posts: 6 Joined: Fri Jan 11, 2008 7:14 am
Post
by Jojje_c1 » Sat Jan 12, 2008 4:35 pm
Downloaded the script from your tcl archive.
When a user joins the channel I get the error
"Tcl error [raw:q330]: syntax error in expression "info exists b($chann)": extra tokens at end of expression"
anyone else that use this script or know anything about the error?
http://www.egghelp.org/tclhtml/3478-4-0-0-1-qban.htm
/Johan Carlsson
nml375
Revered One
Posts: 2860 Joined: Fri Aug 04, 2006 2:09 pm
Post
by nml375 » Sat Jan 12, 2008 4:59 pm
Would seem this:
Actually should be something like this:
within the raw:q330 proc.
NML_375
Jojje_c1
Voice
Posts: 6 Joined: Fri Jan 11, 2008 7:14 am
Post
by Jojje_c1 » Sat Jan 12, 2008 5:34 pm
nml375 wrote: Would seem this:
Actually should be something like this:
within the raw:q330 proc.
Thanks =) that removed the error, but unfortunately it did't make the script work.
the help says "QBAN:: .qban add <chan> <authname> <-- adds a new auth to ban list"
but when you type it that way all it does is to add the channel name to the banlist :S
anyone know how to get in contact with this coven or have any idea of how to make the script work?
nml375
Revered One
Posts: 2860 Joined: Fri Aug 04, 2006 2:09 pm
Post
by nml375 » Sat Jan 12, 2008 6:06 pm
Upon inspecting this script abit further, numerous issues appear:
One dominating issue is that the author apparently has no idea of the difference between lists and strings, and use commands such as lindex on pretty much anything. (S)he apparently has very limited understanding of the special parameter-name "args" with procs.
All in all, cleaning up this script would probably take more of an effort than rewriting it from scratch.
NML_375
Jojje_c1
Voice
Posts: 6 Joined: Fri Jan 11, 2008 7:14 am
Post
by Jojje_c1 » Sat Jan 12, 2008 6:25 pm
Damn that's to bad, this was like the only script i could find using quakenet's auth to identify users.