SIMPLE Protection
Platform: mIRC
Published Nov 08, 2006
Updated Nov 08, 2006
I think you'll manage how to use this script :P
SCRIPTS -> REMOTES
Don't freaking say how bad it is, as I said it's SIMPLE.
on *:BAN:#: {
set %counterkicks. 1
if ($banmask == $address($me,2)) { mode $chan -b-o-a-q-h $address($me,2) $nick $nick $nick $nick | msg $chan Don't ban me, $nick $+ ! | mode +bb $nick $address($nick,2) | cs kick $chan $nick Banned until further notice. # $+ %counterkicks.
inc %counterkicks. 1
}
}
alias setub {
mode $$2- -b $address($3-,2)
notice $$2- You have been unbanned from $$2- ( $+ $address($3-,2) $+ )
}