Hi,

supposing that your blah.txt file exists of lines with on each line 1 nickname, then you can use:

if $read(blah.txt,w,$nick) { msg # $nick is in blah.txt!! }


Greets


Gone.