This is a long shot but would this work?
Code:
on *:OPEN:*:?: {
  if ($nick == $hget(nicks,$nick)) {
  hadd -m nicks $nick true
 }
}

confused