The InspIRCd Project
Home | Developers | Wiki | Forums | Bug Tracker | SVN | Download | Blog
Personal tools

Modules/check

From Inspire IRCd (InspIRCd)

Jump to: navigation, search

Description

Allows opers to look up advanced information on channels, hostmasks or IP addresses, in a similar way to WHO but in more detail.

Configuration Tags

None

Additional Modes

None

Additional Commands

/CHECK #channel

List all users upon a channel, the channel's modes, topics, the clone counts, and the privileges of all users upon that channel.

/CHECK <hostmask>

List all users and their clone counts matching the given hostmask.

/CHECK <ip>

List all users which share the given IP address, along with their clone counts.

Special Notes

This is designed to emulate the Asuka IRCd's /CHECK command, however there are a number of enhancements over their implementation on InspIRCd.