The "watch" Module (v3)
Description
This module adds the /WATCH
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="watch">
<watch>
The <watch>
tag defines settings about how the watch module should behave. This tag can only be defined once.
Name | Type | Default Value | Description |
---|---|---|---|
maxwatch | Number | 30 | The maximum number of entries on a user's watch list. |
Example Usage
<watch maxwatch="30">
Commands
Name | Parameter Count | Syntax | Description |
---|---|---|---|
WATCH | 1 | [(+|-)<nick>] C L S | Manipulates the contents of the executing user's watch list. |
Example Usage
Adds Sadie to the watch list:
/WATCH +Sadie
Removes Sadie from the watch list:
/WATCH -Sadie
Removes all users from the watch list:
/WATCH C
Lists all users on the watch list:
/WATCH C
Shows the status of all watched users:
/WATCH S