diff options
| author | Sadie Powell <sadie@witchery.services> | 2023-12-17 14:56:49 +0000 |
|---|---|---|
| committer | Sadie Powell <sadie@witchery.services> | 2023-12-17 15:00:26 +0000 |
| commit | 6acbd326f392a9a3a366947f6f9a05c7bdf7bc52 (patch) | |
| tree | 14f11588e2a0f745d5b347114ae6442a61ebf0c5 /data/anope.example.conf | |
| parent | cb533b63ac57bd70bf38d4a13ef03517fada5468 (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.conf | 2 |
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. |
