Charus commented on a Page, Online mods (need help)  -  Oct 02, 2015


on *:TEXT:!mods:#:{
;Online mods
var %mods = $null
var %t = 1
while ($nick($chan, %t, o)) {
%mods = %mods $+ $chr(44) $+ $nick($chan, %t, o)
inc %t
}
msg $chan Online mods: $iif(%mods, $right(%mods, -1), None)
}

Ireliavent  -  Oct 02, 2015

Did you test this? It didn't work for me.

Charus  -  Oct 02, 2015

Yes i test it and its working

Ireliavent  -  Oct 02, 2015

The only output I get is "Online mods: None", even if there are multiple mods in the channel.

Vegito  -  Oct 02, 2015

That works for me.

Sign in to comment

Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.