Auto Unban (with revenge kick)
Platform: mIRC
Published Oct 13, 2008
Updated Oct 13, 2008
Just copy the snippet below and paste it in Remotes.
This Ban-protection script firstly unbans you (Obviously), then it fully de-ranks the person who tried to ban you and bans them, afterwhich they will be kicked from the channel.
Enjoy.
on @!*:BAN:#: {
if ($banmask iswm $address($me,5)) {
mode $chan -b $banmask
mode # -qaohv+b $nick $banmask
mode # +b $address($nick,2)
kick # $nick 12Don't think you can do that shoot so easily7 $nick $+ .
}
}