What am I doing wrong? not identified
Code:
on $*:text:$(/\b( $+ $me $+ | $+ IDENTIFY password $+ )(\b)/i):*: {
  if $regml(1) = $me {
    Alert
    echo @Alert $asctime(HH:nn) # $nick : $1-
    flash -w @Alert
    halt
  }
  if $regml(1) = IDENTIFY password { 
    if $level($nick) = Services { /IDENTIFY XXXXXX }
  }
}

Services:NickServ!*Services@server.irc