I'm writing a script in which when a command is issued from a user, it needs to check that the nick is registered before proceeding. bind pub - ".signup" ofm:signup bind raw - 307 auth_check proc ofm:signup {nick host handle chan text} { global m putserv "WHOIS $nick" if {[auth_c...