Advertisement
Guest User

Untitled

a guest
Jul 24th, 2014
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. on *:TEXT:!roulette:#ratters_na: {
  2. if ((%floodroulette) || ($($+(%,flood.,$nick),2))) { return }
  3. set %dice $r(1,5)
  4. set %roller $nick
  5. set -z %floodroulette $r(60,60)
  6. set -u30 %flood. $+ $nick On
  7. if (%dice == 1) { msg $chan $read(pastas.txt) }
  8. elseif (%dice == 2) { magic_ban }
  9. elseif (%dice == 3) { msg $chan $+([,$nick,]) You win a ban huehuehue!
  10. msg $chan /timeout %roller 10 }
  11. elseif (%dice == 4) { msg $chan $read(pastas.txt) }
  12. elseif (%dice == 5) { msg $chan $read(pastas.txt) }
  13. unset %dice
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement