diff options
author | Peter Powell <petpow@saberuk.com> | 2012-06-12 18:38:54 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2012-06-12 18:38:54 +0100 |
commit | c8e9bbbe40839848dad686bd6e96a64130ff094f (patch) | |
tree | 54c46b9c0206bfd1fcce347f6bc4dd3a4887f253 /docs/conf/inspircd.censor.example | |
parent | cc3daff2126623e04824892a65c853be5a3ee0ff (diff) |
Move all example configuration files to their own directory.
Diffstat (limited to 'docs/conf/inspircd.censor.example')
-rw-r--r-- | docs/conf/inspircd.censor.example | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/conf/inspircd.censor.example b/docs/conf/inspircd.censor.example new file mode 100644 index 000000000..342ccd875 --- /dev/null +++ b/docs/conf/inspircd.censor.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)"> |