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 BilldaCat
Fri May 30, 2014 12:59 pm
Forum: Scripting Help
Topic: New to TCL - making sure nick is registered with NickServ
Replies: 9
Views: 11329

New to TCL - making sure nick is registered with NickServ

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