]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Fix the name of the regex_stdlib regex engine.
authorSadie Powell <sadie@witchery.services>
Tue, 1 Jun 2021 02:21:44 +0000 (03:21 +0100)
committerSadie Powell <sadie@witchery.services>
Tue, 1 Jun 2021 02:21:44 +0000 (03:21 +0100)
docs/conf/modules.conf.example

index 6eb61cc38fcac8a5004249de3107576bfca71632..87648a88f53c2e29aff8c26b4a101ecc4876859f 100644 (file)
 # 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 <module> tag for info on availability.              #
+# stdregex - stdlib regexps, provided via regex_stdlib, see comment   #
+#            at the <module> tag for info on availability.            #
 #                                                                     #
 # If notifyuser is set to no, the user will not be notified when      #
 # their message is blocked.                                           #