The "clones" Module (v3)
This module is deprecated and has been moved to inspircd-contrib in the next major version of InspIRCd.
Description
This module adds the /CLONES
command which allows server operators to view IP addresses from which there are more than a specified number of connections.
Configuration
To load this module use the following <module>
tag:
<module name="clones">
This module requires no other configuration.
Commands
Name | Parameter Count | Syntax | Description |
---|---|---|---|
CLONES | 1 | <limit> | Lists all IP addresses from which there are more than <limit> connections. |
Example Usage
Lists IP addresses from which there are more than five connections:
/CLONES 5