Share Pastebin
Guest
Public paste!

Hikibot

By: a guest | Mar 21st, 2010 | Syntax: None | Size: 0.12 KB | Hits: 34 | Expires: Never
This paste has a previous version, view the difference. Copy text to clipboard
  1. bind pubm - "% ?ello ?lackhole" hello
  2.  proc hello {nick host hand chan text} {
  3.    putserv "PRIVMSG $chan: Hello, $nick."
  4. }