summaryrefslogtreecommitdiff
path: root/conf/inspircd.filter.example
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2006-02-15 03:30:48 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2006-02-15 03:30:48 +0000
commit10e91ca314cfbb533935534129f3adaf1333aed7 (patch)
treeb5bef543f4c12f3f2f6bf34a8e930a357185e0a0 /conf/inspircd.filter.example
parentd7419af204666ad6c66a140efd1652164c326568 (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.filter.example')
-rw-r--r--conf/inspircd.filter.example24
1 files changed, 24 insertions, 0 deletions
diff --git a/conf/inspircd.filter.example b/conf/inspircd.filter.example
new file mode 100644
index 000000000..99e133256
--- /dev/null
+++ b/conf/inspircd.filter.example
@@ -0,0 +1,24 @@
+# Configuration file for m_filter.so (2.0.0.0)
+# C.J.Edwards April 2004.
+#
+
+# The tags for this module are formatted as follows:
+#
+# <keyword pattern="any glob pattern here"
+# reason="reason for filtering"
+# action="action to take">
+#
+# Valid actions for 'action' are:
+#
+# block This blocks the line, sends out a notice to all opers with
+# +s and informs the user that their message was blocked.
+#
+# none This action causes nothing to be done except logging. This
+# is the default action if none is specified.
+#
+# kill This disconnects the user, with the 'reason' parameter as
+# the kill reason.
+
+<keyword pattern="*qwerty*" reason="You qwertied!" action="block">
+<keyword pattern="*killmenow*" reason="As you request." action="kill">
+