summaryrefslogtreecommitdiff
path: root/docs/inspircd.censor.example
diff options
context:
space:
mode:
authordanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2010-02-06 04:29:02 +0000
committerdanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2010-02-06 04:29:02 +0000
commit1d17a9d23e533e0a5e9a0cdec17fd40adf0f0821 (patch)
tree908108707eb200c641234eb7c1fc48860b30f9be /docs/inspircd.censor.example
parente071bd88391e00e4d3b0104ada985e08a9eb3210 (diff)
Move configuration examples to docs, remove automatic overwrite on make install
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12383 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/inspircd.censor.example')
-rw-r--r--docs/inspircd.censor.example15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/inspircd.censor.example b/docs/inspircd.censor.example
new file mode 100644
index 000000000..05d9ce6fa
--- /dev/null
+++ b/docs/inspircd.censor.example
@@ -0,0 +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)">
+