diff options
author | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-07-16 17:30:04 +0000 |
---|---|---|
committer | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-07-16 17:30:04 +0000 |
commit | f2acdbc3820f0f4f5ef76a0a64e73d2a320df91f (patch) | |
tree | 0602469ef10e4dab4b3975599eb4f919a501c1eb /conf/inspircd.censor.example | |
parent | 387f54199e9f335c58af888bdad5ddc1f5cf9bec (diff) |
OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7456 e03df62e-2008-0410-955e-edbf42e46eb7
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)"> + |