Huh?

No, I'm trying to find the syntax that tells me if any line in a specified file, say, example.txt, is in the text someone says, $1-.

Example:

on *:text:*:#: { if (($LineFile(example.txt) iswm $1-)) {
/msg $chan one of the words in what you just said, is in the file example.txt
}
else { halt }
}

Of course, $LineFile isn't an actual identifier, But I'm trying to find what is the correct syntax.