how to gag recurring spam

Post Reply
mystmaiden
Posts: 14
Joined: Thu Jul 22, 2010 4:54 pm

how to gag recurring spam

Post by mystmaiden »

Right now, I'm playing a great game but the spam is absolutely mind boggling. How would I go about gagging lines like that have a variable that would be the name of the person doing the spamming.. for instance

JoeCleric closes his eyes and communes with his Deity.

I'd want to gag the line regardless of who was doing the communing.

thanks
mystmaiden

User avatar
demonnic
Posts: 886
Joined: Sat Dec 05, 2009 3:19 pm

Re: how to gag recurring spam

Post by demonnic »

trigger type substring

closes his eyes and communes with his Deity.


code

deleteLine()

mystmaiden
Posts: 14
Joined: Thu Jul 22, 2010 4:54 pm

Re: how to gag recurring spam

Post by mystmaiden »

thank you demonnic. Will that work to gag the line regardless of who says it or do I need to include a variable somehow?

mystmaiden

User avatar
demonnic
Posts: 886
Joined: Sat Dec 05, 2009 3:19 pm

Re: how to gag recurring spam

Post by demonnic »

well, you may need to put a second one in the line right beneath the first pattern for when it's a female, but you don't need to make a variable.

Post Reply