Note: Make sure your IAL is on. Turn it on by typing /ial on
Script enviornment: Remotes

on *:load: {
  if ($ial) { return }
  else { echo $colour(info) -a *** Ial is not on, type /ial on to be sure this script works. }
}
on @*:ban:#: {
  if ($banmask !iswm $address($me,5)) {
    var %_ban = $ialchan($banmask,#,0)
    while (%_ban) {
      kick # $ialchan($banmask,#,%_ban).nick Banned: Enforcing ban set by $nick $+ )-( 02 $+ $banmask
      dec %_ban
    }
  }
}