Advertisement
Majeye

mIRC - type !mods in chat to see your current online mods

Feb 12th, 2015
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.30 KB | None | 0 0
  1. on *:text:!mods:#: {
  2.   if ($nick !isop #) return
  3.   if (!%twitchmodlst.delay) {
  4.     var %t = 1
  5.     while (%t <= $nick(#,0,o)) {
  6.       var %tmod = $iif(%tmod,%tmod $nick(#,%t,o),$nick(#,%t,o))
  7.       inc %t
  8.     }
  9.     set -eu60 %twitchmodlst.delay 1
  10.     msg # Mods Online: $iif(%tmod,%tmod,None)
  11.   }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement