Just in case you're using /mode OR another op set the ban, the code below would auto kick users that matched the banmask. This would be using the IAL.

Code:
on @*:BAN:#: {
  var %i = 1
  while ($ialchan($banmask,#,%i).nick) {
    if ( $v1 != $me ) kick # $v1 Banned!
    inc %i
  }
}



If you have a plastic floor runner over your tiles, then you're one Hella Pinoy!