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 "tline" Module (v4)

Description

This module adds the /TLINE command which allows server operators to determine how many users would be affected by an X-line on a specified pattern.

Configuration

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

<module name="tline">

This module requires no other configuration.

Commands

Name Parameter Count Syntax Description
TLINE 1 <pattern> Determines how many users would be affected by an X-line on <pattern>.

Example Usage

Determines how many users would be affected by an X-line on *!*@example.com:

/TLINE *!*@example.com