From 20b23a0c8bcf0f2b88b509acc5fc0c43a3997954 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mantas=20Mikul=C4=97nas?= Date: Wed, 4 Sep 2013 19:16:09 +0300 Subject: [PATCH] Document MONITOR in /help --- help/opers/index | 30 +++++++++++++++--------------- help/opers/monitor | 27 +++++++++++++++++++++++++++ help/users/index | 14 +++++++------- 3 files changed, 49 insertions(+), 22 deletions(-) create mode 100644 help/opers/monitor diff --git a/help/opers/index b/help/opers/index index d42f4f76..8c3e9351 100644 --- a/help/opers/index +++ b/help/opers/index @@ -4,21 +4,21 @@ ACCEPT ADMIN AWAY CAPAB CHALLENGE CHANTRACE CLOSE CMODE CNOTICE CONNECT CPRIVMSG CREDITS DIE DLINE ERROR ETRACE -HELP INDEX INFO INVITE -EXTBAN ISON JOIN KICK +EXTBAN HELP INDEX INFO +INVITE ISON JOIN KICK KILL KLINE KNOCK LINKS LIST LOCOPS LUSERS MAP MASKTRACE MODLIST MODLOAD MODRELOAD -MODRESTART MODUNLOAD MOTD NAMES -NICK NOTICE OPER OPERSPY -OPERWALL PART PASS PING -PONG POST PRIVMSG QUIT -REHASH RESTART RESV SCAN -SERVER SET SJOIN SNOMASK -SQUIT STATS SVINFO TESTGECOS -TESTLINE TESTMASK TIME TOPIC -TRACE UHELP UMODE UNDLINE -UNKLINE UNREJECT UNRESV UNXLINE -USER USERHOST USERS VERSION -WALLOPS WHO WHOIS WHOWAS -XLINE +MODRESTART MODUNLOAD MONITOR MOTD +NAMES NICK NOTICE OPER +OPERSPY OPERWALL PART PASS +PING PONG POST PRIVMSG +QUIT REHASH RESTART RESV +SCAN SERVER SET SJOIN +SNOMASK SQUIT STATS SVINFO +TESTGECOS TESTLINE TESTMASK TIME +TOPIC TRACE UHELP UMODE +UNDLINE UNKLINE UNREJECT UNRESV +UNXLINE USER USERHOST USERS +VERSION WALLOPS WHO WHOIS +WHOWAS XLINE diff --git a/help/opers/monitor b/help/opers/monitor new file mode 100644 index 00000000..646ff769 --- /dev/null +++ b/help/opers/monitor @@ -0,0 +1,27 @@ +MONITOR [nick[,nick]*] + +Manages the online-notification list (similar to WATCH elsewhere). The + must be a single character, one of: + + + adds the given list of nicknames to the monitor list, returns + each given nickname's status as RPL_MONONLINE or RPL_MONOFFLINE + numerics + + - removes the given list of nicknames from the monitor list, does + not return anything + + C clears the monitor list, does not return anything + + L returns the current monitor list as RPL_MONLIST numerics, + terminated with RPL_ENDOFMONLIST + + S returns status of each monitored nickname, as RPL_MONONLINE or + RPL_MONOFFLINE numerics + +For example: + + MONITOR + jilles,kaniini,tomaw + +RPL_MONONLINE numerics return a comma-separated list of nick!user@host +items. RPL_MONOFFLINE and RPL_MONLIST numerics return a comma-separated +list of nicknames. diff --git a/help/users/index b/help/users/index index 5f65c0d9..70fa3922 100644 --- a/help/users/index +++ b/help/users/index @@ -5,10 +5,10 @@ CMODE CNOTICE CPRIVMSG CREDITS ERROR EXTBAN HELP INDEX INFO INVITE ISON JOIN KICK KNOCK LINKS LIST -LUSERS MAP MOTD NAMES -NICK NOTICE OPER PART -PASS PING PONG PRIVMSG -QUIT STATS TIME TOPIC -TRACE UMODE USER USERHOST -USERS VERSION WHO WHOIS -WHOWAS +LUSERS MAP MONITOR MOTD +NAMES NICK NOTICE OPER +PART PASS PING PONG +PRIVMSG QUIT STATS TIME +TOPIC TRACE UMODE USER +USERHOST USERS VERSION WHO +WHOIS WHOWAS