X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=conf%2Finspircd.filter.example;h=8200a028f0cfa27e594640cbf56f1d71a01cc371;hb=c7e2895cbdbbeaf3b8789ef694315577be1a8df3;hp=7623a44721c9d0f6c947343fa722c0a196ee4d4e;hpb=f2acdbc3820f0f4f5ef76a0a64e73d2a320df91f;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/conf/inspircd.filter.example b/conf/inspircd.filter.example index 7623a4472..8200a028f 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: # @@ -50,3 +55,5 @@ # # +# An example of excluding a channel from filtering: +#