]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - conf/inspircd.filter.example
Remove out-of-date test.conf and empty dirs
[user/henk/code/inspircd.git] / conf / inspircd.filter.example
index 7623a44721c9d0f6c947343fa722c0a196ee4d4e..8200a028f0cfa27e594640cbf56f1d71a01cc371 100644 (file)
 # o: Don't match against opers
 # *: Represents all of the above flags
 # -: Does nothing, a non-op for when you do not want to specify any flags 
+#
+# IMPORTANT NOTE: Because the InspIRCd config reader places special meaning on the
+# '\' character, you must use '\\' if you wish to specify a '\' character in a regular
+# expression. For example, to indicate numbers, use \\d and not \d. This does not
+# apply when adding a regular expression over irc with the /FILTER command.
 
 # Example filters for m_filter:
 #
@@ -50,3 +55,5 @@
 #
 # <keyword pattern="^blah.*?$" reason="Dont blah!" action="gline" duration="1d6h" flags="pnPq">
 
+# An example of excluding a channel from filtering:
+# <exemptfromfilter channel="#help">