InspIRCd v4 is still early in development!

If you use this branch you may experience crashes, weird behaviour, and unannounced breaking changes.

You probably want to use InspIRCd v3 instead.

The "regex_re2" Module (v4)

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

Description

This module provides the re2 regular expression engine which uses the RE2 library.

Configuration

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

<module name="regex_re2">

This module requires no other configuration.