Hi.
I'm trying to filter out certain words, and lines containing those words from being counted and quoted on my stats page.
It filters out things like !ep, !imdb and other words, but it won't filter out "@find" and lines containing it.
This is the set line i'm using:
<set IgnoreWords="!ep* !cmd !imdb* @find* !stats !addquote* !quote">
And I've also set <set NoIgnoredQuotes="1">.
Why won't it ignore "@find" and how do I fix it?