From: Sadie Powell Date: Tue, 1 Jun 2021 02:21:44 +0000 (+0100) Subject: Fix the name of the regex_stdlib regex engine. X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;ds=sidebyside;h=70aa5434fb7dbed3048837701c017ee5a6d93a5a;p=user%2Fhenk%2Fcode%2Finspircd.git Fix the name of the regex_stdlib regex engine. --- diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 6eb61cc38..87648a88f 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -927,8 +927,8 @@ # tre - TRE regexps, provided via regex_tre, requires libtre. # # posix - POSIX regexps, provided via regex_posix, not available # # on Windows, no dependencies on other operating systems. # -# stdlib - stdlib regexps, provided via regex_stdlib, see comment # -# at the tag for info on availability. # +# stdregex - stdlib regexps, provided via regex_stdlib, see comment # +# at the tag for info on availability. # # # # If notifyuser is set to no, the user will not be notified when # # their message is blocked. #