aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGravatar Sadie Powell2024-06-07 19:19:19 +0100
committerGravatar Sadie Powell2024-06-07 19:19:19 +0100
commitc18499a33208aa92f627e4710ae0bfafea0e31ed (patch)
tree574e42b8d19affb680ace085a4d86771e8abd13d /docs
parentUpdate irctest. (diff)
Rename regex_pcre back to regex_pcre2.
This rename happened before we had config compatibility and it doesn't make sense to keep it anymore.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf/modules.conf.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example
index 1df6dfc07..6f65755c5 100644
--- a/docs/conf/modules.conf.example
+++ b/docs/conf/modules.conf.example
@@ -1054,7 +1054,7 @@
# Valid engines are: #
# #
# glob - Glob patterns, provided via regex_glob. #
-# pcre - PCRE regexps, provided via regex_pcre, needs libpcre2. #
+# pcre - PCRE regexps, provided via regex_pcre2, needs libpcre2. #
# posix - POSIX regexps, provided via regex_posix, not available #
# on Windows, no dependencies on other operating systems. #
# stdregex - stdlib regexps, provided via regex_stdlib, see comment #
@@ -2008,7 +2008,7 @@
# Expressions). You need libpcre2 installed to compile and load this
# module. You must have at least 1 provider loaded to use the filter or
# R-line modules.
-#<module name="regex_pcre">
+#<module name="regex_pcre2">
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# Regular Expression Provider for RE2 Regular Expressions.