it's all dependant on the server you are on. Some let you set 3 modes at any one time others let you do more.

IRCNet lets 3 so you can do:
+bbb *!*@123.aol.com *!Aubs@* Other!*@*

From the help file (/help If-then-else):

Code:
GiveOps {
  %i = 0
  %nicks = ""
  :nextnick
  inc %i
  if ($snick(#,%i) == $null) { if ($len(%nicks) > 0) mode # +oooo %nicks | halt }
  %nicks = %nicks $snick(#,%i)
  if (4 // %i) { mode # +oooo %nicks | %nicks = "" }
  goto nextnick
}

This is a popup definition which Ops the nicknames which are selected in the current channel nicknames listbox.


Use this as a template to ban people. +o to +b, %nicks = %nicks $snick(#,%i) to %nicks = %nicks $address($snick(#,%i),3) etc

Hope this helps...


Aubs.
cool