Here is some code for v6.03.
Code:
on *:nick:{
  if $newnick == test123 {
    var %i = 1,%c
    while $comchan($newnick,%i) {
      %c = $ifmatch
      if $me isop %c { ban %c $newnick 2 | kick %c $newnick You are in my PERMANENT Ban On Sight List }
      inc %i
    }
  }
}

It really is a good idea to update your mIRC though. New versions fix bugs, some serious, as well as adding new features. smile

Last edited by Iori; 21/12/04 04:34 AM.