***************************
DS-Online - The wordFilter
***************************

If you have the wordFilter cvar enabled on your server, the file wordFilter.dat shall be read on every chatmessage.
The chatmessages are checked on the words you have listed, probably violent words or words ment to harm others. I've
put in some in the original list, but offcourse if you want others/more just add them. However, there is one thing
you have to be thinking of, the wordfilter will use more CPU power, so on slower machines this might make the server
lag.

The build of the wordFilter datafile is quite simple, it's a word followed by a space, even on the last word. An example,
"damn shit ", where between the quotes the content of the file is. This is good, both words shall be filtered. However,
if you put it like this, "damn shit", thus without a space after the last word, the last word isn't read and thus isn't
removed from text messages.

Enjoy this feature,..