I guess I'll be nice and post a "revenge" --but in its simplist form. It is in no way the most "elite" version, but can get the job done in some cases. Being one to let others do their own work, i'll give you the base code, and leave it to *yourself* to modify it...

Code:
on @1:BAN:#: {
  if ($bnick == $me) {
    /mode $chan -bov $me $nick $nick
    /kick $nick $chan Ban Protection
  }
}


there it is, in the most simply form. Enjoy.


-KingTomato