oops blush
[edit]
even at that it wouldn't work here ..
Code:
on *:text:*#*:#: {
  if ($level($fulladdress) <= 9) { return }
  .ban -k # $nick 3 
}

that does, though

(one line):
on *:text:*#*:#: { if ($level($fulladdress) <= 9) { return } | .ban -k # $nick 3

Last edited by CtrlAltDel; 09/04/11 11:46 PM.