i need some help, i tried modifying a script that.. on join if the users nick does not contain the word/text specified, it kicks the user. bind join - "*sz*!*@*" chknick proc chknick {nick uhost hand chan} { if {$nick == "*sz*!} { return 0 } else { putmsg $chan "!k $nick users ni...