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]} ...