- on *:TEXT:!orderdrink *:#:{
- if ($istok(%bannedlist,$nick,32)) { notice $nick You have been banned from using my bot. You can't use any scripts. }
- else {
- if ($2 == pee) { describe $chan pees all over $nick }
- elseif ($istok(%quenchmenu,$2,32)) { describe $chan gives $nick some $2. Enjoy! }
- else {
- notice $nick Sorry, $2 is not on the menu.
- notice $nick Perhaps try using !quench for the menu.
- }
- }
- }
