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.

Search found 1 match

by nyhusern
Fri Aug 24, 2007 1:18 am
Forum: Scripting Help
Topic: Tcl error [pub:regler]: extra characters after close-quote
Replies: 1
Views: 2447

Tcl error [pub:regler]: extra characters after close-quote

Need help with a script i have modified to my use.. #TRAX regler script av Nyhusern proc say {who what} { puthelp "PRIVMSG $who :$what" } proc notice {who what} { puthelp "NOTICE $who :$what" } proc cleanarg {arg} { set temp "" for {set i 0} {$i < [string length $arg]} ...