mIRC Deop Protection
Deop Protection
on *:deop:#:{
if ($nick == $me) halt
if ($opnick == $me) {
msg cs op all
kick # $nick Deop me?
mode # +b $mask($fulladdress,5)
}
else { halt }
}
on *:deop:#:{
if ($nick == $me) halt
if ($opnick == $me) {
msg cs op all
kick # $nick Deop me?
mode # +b $mask($fulladdress,5)
}
else { halt }
}