diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-15 03:30:48 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-15 03:30:48 +0000 |
commit | 10e91ca314cfbb533935534129f3adaf1333aed7 (patch) | |
tree | b5bef543f4c12f3f2f6bf34a8e930a357185e0a0 /conf/inspircd.censor.example | |
parent | d7419af204666ad6c66a140efd1652164c326568 (diff) |
- Moved example configuration from docs/ to conf/.. Why did we have two example confs?
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3213 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'conf/inspircd.censor.example')
-rw-r--r-- | conf/inspircd.censor.example | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/conf/inspircd.censor.example b/conf/inspircd.censor.example new file mode 100644 index 000000000..89730669f --- /dev/null +++ b/conf/inspircd.censor.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 text="fuck" replace="(censored)"> + |