diff options
author | Adam <Adam@anope.org> | 2017-03-30 17:02:36 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2017-03-30 17:02:36 -0400 |
commit | 953e804231654c03635a94cb4d9a5dfd06c935e1 (patch) | |
tree | cfbe293d8fe59caafaea7f503f13eac70bf6ef82 /data | |
parent | c656fe0694e8387d2504aac6fbd45867c88ee844 (diff) |
example.conf: disable regexengine directive by default
Diffstat (limited to 'data')
-rw-r--r-- | data/example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/example.conf b/data/example.conf index 36af4b69e..fdba3e4c3 100644 --- a/data/example.conf +++ b/data/example.conf @@ -532,7 +532,7 @@ options * * Note for this to work the regex module providing the regex engine must be loaded. */ - regexengine = "regex/pcre" + #regexengine = "regex/pcre" /* * A list of languages to load on startup that will be available in /nickserv set language. |