diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/censor.conf.example | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/censor.conf.example b/docs/censor.conf.example new file mode 100644 index 000000000..ff6136e1d --- /dev/null +++ b/docs/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 pattern="fuck" reason="(censored)"> + |