diff options
author | Attila Molnar <attilamolnar@hush.com> | 2013-03-02 08:23:22 -0800 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2013-03-02 08:23:22 -0800 |
commit | be5b0e2b3915dff52b1d1735fded824a6ba26495 (patch) | |
tree | 072e60a6b12cb6c36063a0203acc9acdb6baf0c7 /docs/conf/censor.conf.example | |
parent | d8e92ecc5e1cfced8bc5ed429dfb2eab5d8ae8ae (diff) | |
parent | 5f6372b2f091b704b8b79e4696a71e795f1164c0 (diff) |
Merge pull request #430 from SaberUK/insp20+config-tidy
Reorganise configuration files.
Diffstat (limited to 'docs/conf/censor.conf.example')
-rw-r--r-- | docs/conf/censor.conf.example | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/conf/censor.conf.example b/docs/conf/censor.conf.example new file mode 100644 index 000000000..342ccd875 --- /dev/null +++ b/docs/conf/censor.conf.example @@ -0,0 +1,14 @@ +# 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"> +# +# You can specify <badword text="simple word" replace=""> +# to block lines containing the word + +<badword text="shit" replace="poo"> +<badword text="fuck" replace="(censored)"> |