mIRC Homepage
Posted By: simenbmx8 Unmod all script - 14/11/15 09:42 AM
Someone i know has an insanely amount of mods in his chat. He said he wants to unmod all but he doesnt want to take his time to do it manually, so i wondered if its possible to do it through a script?

If you answer, please answer with a script because i am a noob at this. Thank you
Posted By: OrFeAsGr Re: Unmod all script - 14/11/15 02:34 PM
Code:
alias unmodall {
if ($chan) {
var %x = $nick($chan,0)
while (%x) {
if (%x isop $chan) {
set %unmodall $addtok(%unmodall,%x,32)
}
dec %x
}
mode $chan $+(-,$str(o,$numtok(%unmodall,32))) %unmodall
echo -at Deoped All Mods In $chan
unset %unmodall
}
}

Here! Try this! smile
Posted By: FroggieDaFrog Re: Unmod all script - 14/11/15 02:57 PM
This only demod's those that are online; not the full list.

Also, we don't help with mass scripts regardless of the reason
Posted By: keyeslol Re: Unmod all script - 14/11/15 05:52 PM
If this is for twitch, contact support they can clear it.
Posted By: OrFeAsGr Re: Unmod all script - 14/11/15 07:35 PM
Im not familiar with Twitch's twisted ircd .. And whatever...
© mIRC Discussion Forums