Guest User

auto narration

a guest
Jul 26th, 2012
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.38 KB | None | 0 0
  1. on *:text:*:#boss_busters:{
  2.   if ($nick == *RuneScript) || ($nick == *Loot) || ($nick == loldongs) || ($nick == pancake) || ($nick == daft) { halt }
  3.   elseif ($nick == Jake) && ($r(1,10) == %replyrate) { msg # $read(jake.txt) }
  4.   elseif ($r(1,10) == %replyrate) { msg # $read(file.txt) }
  5.   else { halt }
  6. }
  7.  
  8. on *:text:!replyrate:#:{ if ($nick isop #boss_busters) { set %replyrate $1 }
Advertisement
Add Comment
Please, Sign In to add comment