Advertisement

&#$*@%$# Profanity Filtering

Started by August 02, 2006 10:25 AM
30 comments, last by Limitz 18 years, 3 months ago
its just not possible to correctly filter all ingame chat if the context of the content being filtered is constantly changing (that is natural language).

you could regex out the obvious profanities, but at the end of the day i feel theres not much point, you probably wont get very far asking your users to kindly not swear either :( such is life
http://fusi.basscut.net"We are what we repeatedly do. Excellence, then, is not an act, but a habit." - Aristotle
I don't think you can filter everything, but you could match against a wordlist discarding non_characters. You could also convert much used replacement characters to their respective char counterpart. @ -> a, 4 -> a, $ -> s etc and check those as well...

Greetings.

This topic is closed to new replies.

Advertisement