auth.tcl 468 B

1234567891011121314151617181920
  1. # auth.tcl
  2. proc auth_auth { type } {
  3. putserv "PRIVMSG <auth_serv> :auth <name> <password>"
  4. putserv "MODE <name> :+x"
  5. }
  6. #proc auth_register {nick host hand chan arg} {
  7. # puthelp "PRIVMSG $nick :trying to register..."
  8. # puthelp "PRIVMSG <auth_serv>: HELLO <email> <email>"
  9. #}
  10. #proc auth_test {nick host hand chan argv} {
  11. # puthelp "PRIVMSG $nick :test,1,2,3..."
  12. #}
  13. #bind pub - !register auth_register
  14. bind evnt - init-server auth_auth
  15. #bind pub - !test auth_test