Quote:
Code:
on @*:NICK: {
  [color:red]timer 1 5 {[/color]
    if ($newnick isreg #) {
      if ($level($newnick) == badnick ) { .signal -n d $1 $newnick  }
      Haltdef
    }
  [color:red]}[/color]
}


Hmmm its to bad timers cant have multiple lines of code layed out like that now eh ?
And what would the point of haltdefing the timer its the ON NICK that needed halting.