diff options
Diffstat (limited to 'conf/inspircd.censor.example')
-rw-r--r-- | conf/inspircd.censor.example | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/conf/inspircd.censor.example b/conf/inspircd.censor.example index 108f88c12..05d9ce6fa 100644 --- a/conf/inspircd.censor.example +++ b/conf/inspircd.censor.example @@ -1 +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)">
\ No newline at end of file +# 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)"> + |