]> jfr.im git - irc/freenode/solanum.git/commitdiff
Document MONITOR in /help
authorMantas Mikulėnas <redacted>
Wed, 4 Sep 2013 16:16:09 +0000 (19:16 +0300)
committerMantas Mikulėnas <redacted>
Wed, 4 Sep 2013 16:17:03 +0000 (19:17 +0300)
help/opers/index
help/opers/monitor [new file with mode: 0644]
help/users/index

index d42f4f76b5ac041287966c0796f12e52de5b238a..8c3e9351bb6b9eeeacdbe61e8b2ce7cc11492b52 100644 (file)
@@ -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 (file)
index 0000000..646ff76
--- /dev/null
@@ -0,0 +1,27 @@
+MONITOR <action> [nick[,nick]*]
+
+Manages the online-notification list (similar to WATCH elsewhere). The
+<action> 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.
index 5f65c0d93ef3a14810fa1b6fa4a7fcf4f50ab44a..70fa3922efa2a21f900b0fd064d4096703921932 100644 (file)
@@ -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