From 484bb1ef629d510f5b9bccf56f54c5af27fa3650 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Thu, 24 Jul 2014 14:20:14 +0200 Subject: Update example configuration files, fix typos and case Mention m_regex_stdlib in the list of regex providers after m_filter --- docs/conf/modules/unrealircd.conf.example | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'docs/conf/modules/unrealircd.conf.example') 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 tag for info on availability. # # # # # -- cgit v1.2.3