The "monitor" Module (v3)
Description
This module adds the /MONITOR
command which allows users to find out when their friends are connected to the server.
Configuration
To load this module use the following <module>
tag:
<module name="monitor">
<monitor>
The <monitor>
tag defines settings about how the monitor module should behave. This tag can only be defined once.
Name | Type | Default Value | Description |
---|---|---|---|
maxentries | Number | 30 | The maximum number of entries on a user's monitor list. |
Example Usage
<monitor maxentries="32">
Commands
Name | Parameter Count | Syntax | Description |
---|---|---|---|
MONITOR | 1, 2 | (+|-) <nick>,[<nick>]+ C L S | Manipulates the contents of the executing user's monitor list. |
Example Usage
Adds Sadie to the monitor list:
/MONITOR + Sadie
Removes Sadie from the monitor list:
/MONITOR - Sadie
Removes all users from the monitor list:
/MONITOR C
Lists all users on the monitor list:
/MONITOR L
Shows the status of all monitored users:
/MONITOR S
Client Capabilities
Name | Description |
---|---|
extended-monitor | Allows sending state change messages (AWAY , ACCOUNT , CHGHOST , SETNAME ) for monitored clients without a common channel. |