summaryrefslogtreecommitdiff
path: root/data/anope.example.conf
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2023-12-17 14:56:49 +0000
committerSadie Powell <sadie@witchery.services>2023-12-17 15:00:26 +0000
commit6acbd326f392a9a3a366947f6f9a05c7bdf7bc52 (patch)
tree14f11588e2a0f745d5b347114ae6442a61ebf0c5 /data/anope.example.conf
parentcb533b63ac57bd70bf38d4a13ef03517fada5468 (diff)
Add the regex_stdlib regular expression engine.
Unlike other regular expression engines this is available on all systems.
Diffstat (limited to 'data/anope.example.conf')
-rw-r--r--data/anope.example.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/anope.example.conf b/data/anope.example.conf
index 118f2f2f5..62eaa8154 100644
--- a/data/anope.example.conf
+++ b/data/anope.example.conf
@@ -527,7 +527,7 @@ options
*
* Note for this to work the regex module providing the regex engine must be loaded.
*/
- #regexengine = "regex/pcre"
+ #regexengine = "regex/stdlib"
/*
* A list of languages to load on startup that will be available in /NICKSERV SET LANGUAGE.