The "regex_tre" Module (v3)

This module has been moved to inspircd-contrib in the next major version of InspIRCd.

You should consider using the regex_stdlib module instead.

This module depends on a third-party library (TRE) 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_tre

Description

This module provides the tre regular expression engine which uses the TRE library.

Configuration

To load this module use the following <module> tag:

<module name="regex_tre">

This module requires no other configuration.