diff options
| author | 2021-09-26 20:46:48 +0100 | |
|---|---|---|
| committer | 2021-09-26 20:46:48 +0100 | |
| commit | 27781a4182fc2a3bbb53dd88a633b4ea64e2eec2 (patch) | |
| tree | 522e12b935e3ac6e663a4d186209d12c3a19be39 | |
| parent | Use -isystem for the pgsql includes. (diff) | |
Use regex_stdlib as the default regular expression engine.
| -rw-r--r-- | docs/conf/modules.conf.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 076590d90..f76954adf 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -891,7 +891,7 @@ # warning will be sent to opers instead. This stops spambots which # # send their spam message to themselves first to check if it is being # # filtered by the server. # -#<filteropts engine="glob" notifyuser="yes" warnonselfmsg="no"> +#<filteropts engine="stdregex" notifyuser="yes" warnonselfmsg="no"> # # # Your choice of regex engine must match on all servers network-wide. # # # @@ -1874,7 +1874,7 @@ # regex_<engine> must be loaded, or rline will be non-functional # until you load it or change the engine to one that is loaded. # -#<rline matchonnickchange="yes" zlineonmatch="no" engine="pcre"> +#<rline matchonnickchange="yes" zlineonmatch="no" engine="stdregex"> # # 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 |
