diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-07-29 19:35:58 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-07-29 19:35:58 +0000 |
commit | 317895a8168ff7ddfd917ebd85f9ae9935bce75c (patch) | |
tree | ef8627097fd1543e02fcdb40aa77cd76b6a1918b /conf | |
parent | 62b2c3670f113dd6cd42c2bf38faae28a003a05d (diff) |
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
Diffstat (limited to 'conf')
-rw-r--r-- | conf/inspircd.filter.example | 5 |
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: # |