ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/help/monitor
Revision: 9831
Committed: Sun Dec 20 03:55:08 2020 UTC (4 years, 8 months ago) by michael
File size: 828 byte(s)
Log Message:
- doc/, help/: add MONITOR documentation

File Contents

# Content
1 MONITOR <action> [nick[,nick]*]
2
3 Manages the online-notification list (similar to WATCH elsewhere). The
4 <action> must be a single character, one of:
5
6 + adds the given list of nicknames to the monitor list, returns
7 each given nickname's status as RPL_MONONLINE or RPL_MONOFFLINE
8 numerics
9
10 - removes the given list of nicknames from the monitor list, does
11 not return anything
12
13 C clears the monitor list, does not return anything
14
15 L returns the current monitor list as RPL_MONLIST numerics,
16 terminated with RPL_ENDOFMONLIST
17
18 S returns status of each monitored nickname, as RPL_MONONLINE or
19 RPL_MONOFFLINE numerics
20
21 RPL_MONONLINE numerics return a comma-separated list of nick!user@host
22 items. RPL_MONOFFLINE and RPL_MONLIST numerics return a comma-separated
23 list of nicknames.

Properties

Name Value
svn:eol-style native