This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

[pisg 0.72] Showing ignored words

Support & discussion of released scripts, and announcements of new releases.
Post Reply
D
Dragen
Voice
Posts: 3
Joined: Mon Nov 15, 2010 1:44 pm

[pisg 0.72] Showing ignored words

Post by Dragen »

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?
User avatar
Trixar_za
Op
Posts: 143
Joined: Wed Nov 18, 2009 1:44 pm
Location: South Africa
Contact:

Post by Trixar_za »

@ has a special meaning in perl, which means you need to use \@find* to help ignore it.

Also note that pisg has little to do with eggdrops :P
Post Reply