From 317895a8168ff7ddfd917ebd85f9ae9935bce75c Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 29 Jul 2007 19:35:58 +0000 Subject: Update with warning about using \\ instead of \ (so that we don't get a repeat of bug #371) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7616 e03df62e-2008-0410-955e-edbf42e46eb7 --- conf/inspircd.filter.example | 5 +++++ 1 file changed, 5 insertions(+) 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: # -- cgit v1.2.3