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

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 32 The maximum number of entries on a user's watch list.
Example Usage
<watch maxwatch="32">

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