Advertisement
severen1999

OnionClub / Misc Comical SevBot commands

Aug 27th, 2018
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.54 KB | None | 0 0
  1. on *:text:*Onion Club*:#landail: {
  2.   msg # PowerUpL LanNoOnions PowerUpR
  3. }
  4.  
  5. on *:text:!onionbagel sevwren:#landail: {
  6.   set -l %rng $rand(1,100)
  7.   if ($nick != maggerino) { halt }
  8.   if (%rng > 90) {
  9.     msg # .timeout maggerino 1 the rng gods have deemed you unfit to touch onions.
  10.     msg # Sorry maggerino the god of muffins has seemed fit to punish you for loving onions.
  11.     echo -s !onionbagel ran. rng was %rng .
  12.   }
  13.   if (%rng < 90) {
  14.     msg # The god of muffins has decided to overlook your behavior for now maggerino....
  15.   }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement