Revenge on kick.

By ReQueST on May 26, 2004

If you get kicked, no mather for what reason.
And you rejoin within 3 seconds to the channel u were kicked from, it kicks the one that kicked you.
Note: Auto Rejoin On Kick is easy for this.

on *:KICK:#:{
  if ($knick == $me) {
    var %k.chan = $chan, %k.nick = $nick, %k.address = $address($nick,3)
    /timer 1 3 $iif($me isop %k.chan,$iif($me ison %k.chan,/kick %k.chan %k.nick KICK-REVENGE!,/ban %k.address),halt)
  }
}

Comments

Sign in to comment.
drmrx   -  May 27, 2004

you should update than to resubmit.

 Respond  
ReQueST   -  May 26, 2004

The previous one had a minor bug in it.

 Respond  
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.