Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Feb 9th, 2010 | Syntax: None | Size: 0.16 KB | Hits: 16 | Expires: Never
Copy text to clipboard
  1. on *:text:global*:?: {
  2. if ($nick isop #irc-damon) {
  3. if (!$2) notice $nick Incorrect syntax. '/msg $me Global <message>'
  4. .notice #irc-damon [Global] - $2-
  5. }
  6. }