on *:text:*:#: {
var %i = 1
while (%i <= $lines($myfile)) {
if ($read($myfile,%i) isin $strip($1-)) { .msg $chan one of the words in $&
what you just said, is in the file example.txt
}
inc %i
}
halt
}
alias -l myfile return $+(",$mircdirexample.txt,")
;I hope that could help you.. good luck =)