diff options
Diffstat (limited to 'docs/inspircd.censor.example')
-rw-r--r-- | docs/inspircd.censor.example | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/inspircd.censor.example b/docs/inspircd.censor.example new file mode 100644 index 000000000..05d9ce6fa --- /dev/null +++ b/docs/inspircd.censor.example @@ -0,0 +1,15 @@ +# 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)"> + |