summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/inspircd.filter.example5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/inspircd.filter.example b/conf/inspircd.filter.example
index 7623a4472..3aa19aa37 100644
--- a/conf/inspircd.filter.example
+++ b/conf/inspircd.filter.example
@@ -39,6 +39,11 @@
# 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:
#