Advertisement
Jousway

Zettbot OR

Jun 19th, 2012
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.25 KB | None | 0 0
  1. on *:text:Z.or*:*: {
  2.   if ($2 = $null) {
  3.     halt
  4.   }
  5.   else {
  6.     if ($3 = or) {
  7.       /set %or $rand(1,2)
  8.       if ((%or == 1)) msg $chan $2
  9.       if ((%or == 2)) msg $chan $4
  10.     }
  11.     else msg $chan please use 1 word between and after or
  12.   }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement