jugni commented on a Page, Mass Kick Protection  -  Apr 22, 2011

wrong code it kick ur self
try this
On *:KICK:#: {
/inc %nrofkicks 1
timerkick 1 6 /unset %nrofkicks
if ( 4 isin %nrofkicks ) {
/mode $chan +b $address
if ($nick != $me) { ./kick $chan $nick 0,1Excessive Kicks Detected. }
}

Hitman  -  Jan 25, 2014

On *:KICK:#: {
if ($nick != $me) {
.hinc -mu6 KICKS $+($nick,$chan)
if ($hget(KICKS, $nick $+ $chan) > 4) {
mode $chan +ib $address($nick,2) | kick $chan $nick $hget(KICKS, $nick $+ $chan) Kicks. Possible Excess Kicks.
}
}
}

Sign in to comment

Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.