The "regex_pcre" Module (v3)
This module is deprecated and has been moved to inspircd-contrib in the next major version of InspIRCd.
You should consider using the regex_pre2 module instead.
This module depends on a third-party library (PCRE) and must be manually enabled at compile time.
Once you have installed the dependency you can enable this module using the following command:
./configure --enable-extras regex_pcre
Description
This module provides the pcre
regular expression engine which uses the PCRE library.
Configuration
To load this module use the following <module>
tag:
<module name="regex_pcre">
This module requires no other configuration.