ne one see ne thing wrong with this

Code:
on @*:TEXT:password *:? { 
  if ($2 == test) {
    mode # +o $nick
  }
}