From e11ff9becf27b894c4f9a4be277239244fedc8f7 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sat, 28 Jun 2025 13:46:51 +0100 Subject: Add flag support to rline. --- docs/conf/modules.example.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/conf/modules.example.conf b/docs/conf/modules.example.conf index 6ddeac237..826f89620 100644 --- a/docs/conf/modules.example.conf +++ b/docs/conf/modules.example.conf @@ -2123,6 +2123,9 @@ # If you wish to re-check a user when they change nickname (can be # useful under some situations, but *can* also use CPU with more users # on a server) then set 'matchonnickchange' to yes. +# If you want to use flags like '/foo/i' (insensitive match) you should +# set 'useflags' to yes. This will be the default in the next major +# release. # If you additionally want Z-lines to be added on matches, then # set 'zlineonmatch' to yes. # Also, this is where you set what Regular Expression engine is to be @@ -2131,7 +2134,10 @@ # regex_ must be loaded, or rline will be non-functional # until you load it or change the engine to one that is loaded. # -# +# # # Generally, you will NOT want to use 'glob' here, as this turns an # R-line into just another G-line. The exceptions are that R-lines will -- cgit v1.3.1-10-gc9f91