diff options
Diffstat (limited to 'conf/censor.conf.example')
-rw-r--r-- | conf/censor.conf.example | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/conf/censor.conf.example b/conf/censor.conf.example new file mode 100644 index 000000000..89730669f --- /dev/null +++ b/conf/censor.conf.example @@ -0,0 +1,12 @@ +# Configuration file for m_censor.so (1.0.0.0) +# C.J.Edwards May 2004. +# + +# The tags for this module are formatted as follows: +# +# <badword text="simple word" +# replace="text to replace with"> + +<badword text="shit" replace="poo"> +<badword text="fuck" replace="(censored)"> + |