mIRC Home    About    Download    Register    News    Help

Print Thread
#255688 14/11/15 09:42 AM
Joined: Aug 2015
Posts: 19
S
Pikka bird
OP Offline
Pikka bird
S
Joined: Aug 2015
Posts: 19
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

Joined: Feb 2015
Posts: 243
O
Fjord artisan
Offline
Fjord artisan
O
Joined: Feb 2015
Posts: 243
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

Last edited by OrFeAsGr; 14/11/15 02:35 PM.
Joined: Apr 2010
Posts: 969
F
Hoopy frood
Offline
Hoopy frood
F
Joined: Apr 2010
Posts: 969
This only demod's those that are online; not the full list.

Also, we don't help with mass scripts regardless of the reason


I am SReject
My Stuff
Joined: May 2015
Posts: 133
K
Vogon poet
Offline
Vogon poet
K
Joined: May 2015
Posts: 133
If this is for twitch, contact support they can clear it.


twitter @keyeslol
Joined: Feb 2015
Posts: 243
O
Fjord artisan
Offline
Fjord artisan
O
Joined: Feb 2015
Posts: 243
Im not familiar with Twitch's twisted ircd .. And whatever...

Last edited by OrFeAsGr; 14/11/15 07:36 PM.

Link Copied to Clipboard