Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on *:text:!mods:#: {
- if ($nick !isop #) return
- if (!%twitchmodlst.delay) {
- var %t = 1
- while (%t <= $nick(#,0,o)) {
- var %tmod = $iif(%tmod,%tmod $nick(#,%t,o),$nick(#,%t,o))
- inc %t
- }
- set -eu60 %twitchmodlst.delay 1
- msg # Mods Online: $iif(%tmod,%tmod,None)
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement