Auto-kick on ban

By SnapeisntEvil on Aug 16, 2008

Just load this into mIRC's remotes scripts. When a ban is set that matches your nick!user@host, it will unban you and kick whoever it was that banned you.

Please note that this script only works on networks with anope services.
If you want to use it without services, change line 3 to mode $chan -b $banmask

**All comments/criticisms welcome!

on *:ban:#:{ 
  if ($banmask iswm $address( $me,5 )) { 
    cs unban $chan
    kick $chan $nick DON'T BAN ME!
  }
}

Comments

Sign in to comment.
athena80   -  Jul 23, 2011

where can i find a automaic kick addon at

 Respond  
Ryuki   -  Sep 07, 2008

hey...rename this script to ban revenge or ban protection. not Auto-kick on ban
Lol

 Respond  
Doodle   -  Aug 18, 2008

Lol

 Respond  
SnapeisntEvil   -  Aug 17, 2008

oh well

 Respond  
SnapeisntEvil   -  Aug 17, 2008

oh, well, oops

 Respond  
DaNzO   -  Aug 17, 2008

This script has been posted many times, Search for Ban Revenge.

 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.