From b4bbdf704604e50a63f1e680156ec4738bad0695 Mon Sep 17 00:00:00 2001 From: Sam Dodrill Date: Sun, 15 Sep 2013 21:20:28 -0700 Subject: [PATCH] help/monitor: New helpfile --- help/opers/index | 33 +++++++++++++-------------------- help/opers/monitor | 27 +++++++++++++++++++++++++++ help/users/index | 18 +++++++----------- 3 files changed, 47 insertions(+), 31 deletions(-) create mode 100644 help/opers/monitor diff --git a/help/opers/index b/help/opers/index index 398c9bc..8c3e935 100644 --- a/help/opers/index +++ b/help/opers/index @@ -9,23 +9,16 @@ 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 - -The following commands are provided by extensions and -may not be present on your server: -ADMINWALL CYCLE FINDFORWARDS FORCEJOIN -FORCEPART IDENTIFY MKPASSWD OACCEPT -OJOIN OKICK OLIST OMODE -OPME ROLEPLAY SENDBANS \ No newline at end of file +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 0000000..618bc5d --- /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. \ No newline at end of file diff --git a/help/users/index b/help/users/index index dec1b03..70fa392 100644 --- a/help/users/index +++ b/help/users/index @@ -5,14 +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 - -The following commands are provided by extensions and -may not be present on your server: -CYCLE IDENTIFY MKPASSWD ROLEPLAY \ No newline at end of file +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