Advertisement
LotsOfS

mumbo_reincarnate mIRC Remote

Nov 17th, 2013
1,016
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 1.33 KB | None | 0 0
  1. on *:START:{
  2.   server -m irc.speedrunslive.com -z -i Mumbo_reincarnate -pfoc -jn #banjo,#banjo-tooie,#portal,#gta,#speedrunslive,#sourceruns
  3. }
  4.  
  5. on *:text:.transform *:#: {
  6.   if ($chan == #speedrunslive) { return }
  7.   if ($me != Mumbo_reincarnate) { return }
  8.   var %r = $rand(1,7)
  9.   if (%r == 1) describe $chan turn $2 into big fat Walrus!
  10.   elseif (%r == 2) describe $chan transform $2 into funny looking termite!
  11.   elseif (%r == 3) describe $chan magically change $2 into tiny little bouncing pumpkin!
  12.   elseif (%r == 4) describe $chan transform $2 into T-Rex. Wait, who am I? Wumba? I change you back.
  13.   elseif (%r == 5) describe $chan magically change $2 into ...washing machine? That not right. I hope you not go for World Record!
  14.   elseif (%r == 6) describe $chan magically change $2 into little crocodile! Yes! Mumbo need new shoes! Only kidding...
  15.   elseif (%r == 7) describe $chan magically change $2 into silly little Bumble Bee!
  16. }
  17.  
  18. on *:text:Race initiated for Grand Theft Auto*:#speedrunslive: {
  19.   if ($me != Mumbo_reincarnate) { return }
  20.   msg #gta $1-
  21. }
  22.  
  23. on *:text:Race initiated for Banjo*:#speedrunslive: {
  24.   if ($me != Mumbo_reincarnate) { return }
  25.   msg #banjo $1-
  26.   join $7
  27. }
  28.  
  29. on *:text:Race initiated for Half-Life*:#speedrunslive: {
  30.   if ($me != Mumbo_reincarnate) { return }
  31.   msg #sourceruns $1-
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement