Code:
On *:Text:someword:#: {
  if (!$read(check.txt,w,$+(*,$1,*))) write check.txt $nick
  else { echo -a *** $nick exists }
}


-Andy