Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 20th, 2010 | Syntax: None | Size: 0.43 KB | Hits: 55 | Expires: Never
Copy text to clipboard
  1. on *:TEXT:!orderdrink *:#:{
  2.   if ($istok(%bannedlist,$nick,32)) { notice $nick You have been banned from using my bot. You can't use any scripts. }
  3.   else {
  4.     if ($2 == pee) { describe $chan pees all over $nick }
  5.     elseif ($istok(%quenchmenu,$2,32)) { describe $chan gives $nick some $2. Enjoy! }
  6.     else {
  7.       notice $nick Sorry, $2 is not on the menu.
  8.       notice $nick Perhaps try using !quench for the menu.
  9.     }
  10.   }
  11. }