diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-05-22 21:30:04 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-05-22 21:30:04 +0000 |
commit | b513b12594c07ee24f1a3c3dc7794fddcd2005c4 (patch) | |
tree | b2ab749a1a896bbc5a0f9e13340492c8d29915d3 /docs | |
parent | da8fe330c2b3445b370cb80ecae93c7fb34d441d (diff) |
Added m_censor.cpp mode +G module
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@822 e03df62e-2008-0410-955e-edbf42e46eb7
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)"> + |