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

Description

This module adds the /CHECK command which allows server operators to look up details about a channel, user, IP address, or hostname.

Configuration

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

<module name="check">

This module requires no other configuration.

Commands

Name Parameter Count Syntax Description
CHECK 1-2 <channel> [<server>]
<hostname> [<server>]
<ident> [<server>]
<ip> [<server>]
<nickname> [<server>]
<realname> [<server>]
Looks up information about the specified channel, user, IP address, or hostname.

Example Usage

Looks up details relating to #channel:

/CHECK #example

Looks up details relating to Sadie on irc2.example.com:

/CHECK Sadie irc2.example.com