|
FilterWords Configuration
Inappropriate Words may need to be filtered from a conversation.
If you want to substitute a word, please add one row in the tag below: <FilterWords> in <123FlashChatServer6.0 installed dir>serveretcgroupsdefault/server.xml.
Then set the substitute in the following tag :
<FilterWords replace="your substitute">
For example:
<FilterWords replace="***">
<filter>fuck</filter>
<filter>shit</filter>
</FilterWords>
Parameter |
Type |
Default Value |
Description |
filter |
string |
|
Bad words needed to be filtered. |
replace |
string |
** |
Set the substitute to replace the filtered words. |
Partial filter is also enabled, such as: "fuckyou" will be filtered as "***you".
updated at 2008-2-28 |