summaryrefslogtreecommitdiff
path: root/docs/conf/modules
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2014-07-24 14:20:14 +0200
committerAttila Molnar <attilamolnar@hush.com>2014-07-24 14:20:14 +0200
commit484bb1ef629d510f5b9bccf56f54c5af27fa3650 (patch)
treef71f32b25328b94b4813e2140e280d351c3e72ad /docs/conf/modules
parent2190782c352af6a4f55ab01131f0cb68fe65e989 (diff)
Update example configuration files, fix typos and case
Mention m_regex_stdlib in the list of regex providers after m_filter
Diffstat (limited to 'docs/conf/modules')
-rw-r--r--docs/conf/modules/unrealircd.conf.example12
1 files changed, 7 insertions, 5 deletions
diff --git a/docs/conf/modules/unrealircd.conf.example b/docs/conf/modules/unrealircd.conf.example
index d195e6afd..58f36da23 100644
--- a/docs/conf/modules/unrealircd.conf.example
+++ b/docs/conf/modules/unrealircd.conf.example
@@ -190,11 +190,13 @@
# #
# Valid engines are: #
# #
-# glob - Glob patterns, provided via m_regex_glob.so #
-# pcre - PCRE regexps, provided via m_regex_pcre.so, needs libpcre #
-# tre - TRE regexps, provided via m_regex_tre.so, requires libtre #
-# posix - POSIX regexps, provided via m_regex_posix.so, not availale #
-# on windows, no dependencies on other operating systems. #
+# glob - Glob patterns, provided via m_regex_glob. #
+# pcre - PCRE regexps, provided via m_regex_pcre, needs libpcre. #
+# tre - TRE regexps, provided via m_regex_tre, requires libtre. #
+# posix - POSIX regexps, provided via m_regex_posix, not available #
+# on Windows, no dependencies on other operating systems. #
+# stdlib - stdlib regexps, provided via m_regex_stdlib, see comment #
+# at the <module> tag for info on availability. #
# #
<filteropts engine="glob">
# #