Module: ngircd.git Branch: master Commit: 7630e8ffc636045b94699e36127bdd601137ba0e URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=7630e...
Author: Alexander Barton alex@barton.de Date: Wed Jan 23 15:02:46 2013 +0100
Commands.txt: Reorder some commands
Reorder some commands and introduce new section "Connection Handling". Idea by DNS dns@rbose.org, thanks!
---
doc/Commands.txt | 72 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 38 insertions(+), 34 deletions(-)
diff --git a/doc/Commands.txt b/doc/Commands.txt index 8b5425d..c879092 100644 --- a/doc/Commands.txt +++ b/doc/Commands.txt @@ -42,15 +42,39 @@ used without a command name: example "HELP quit" or "HELP privmsg".
-General Commands -~~~~~~~~~~~~~~~~ - -- AWAY +Connection Handling Commands +~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- CAP
- CHARCONV
+- NICK + +- PASS + +- PING + +- PONG + +- QUIT + QUIT [<quit-message>] + . + End IRC session and disconnect from the server. + . + If a <quit-message> has been given, it is displayed to all the + channels that you are a member of when leaving. + +- USER + +- WEBIRC + + +General Commands +~~~~~~~~~~~~~~~~ + +- AWAY + - HELP HELP [<command>] . @@ -70,36 +94,20 @@ General Commands
- MODE
-- NICK - - NOTICE
-- PASS - -- PING - -- PONG - - PRIVMSG
-- QUIT - QUIT [<quit-message>] - . - End IRC session and disconnect from the server. - . - If a <quit-message> has been given, it is displayed to all the - channels that you are a member of when leaving. - -- USER - -- WALLOPS - -- WEBIRC -
Status and Informational Commands ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+- ADMIN + ADMIN [<server>] + . + Show administrative information about an IRC server in the network. + If no server name has been given, the local server will respond. + - INFO
- ISON @@ -108,8 +116,6 @@ Status and Informational Commands
- LUSERS
-- METADATA - - MOTD
- NAMES @@ -150,12 +156,6 @@ Channel Commands Administrative Commands ~~~~~~~~~~~~~~~~~~~~~~~
-- ADMIN - ADMIN [<server>] - . - Show administartive information about an IRC server in the network. - If no server name has been given, the local server will respond. - - CONNECT
- DIE @@ -174,6 +174,8 @@ Administrative Commands
- RESTART
+- WALLOPS +
IRC Service Commands ~~~~~~~~~~~~~~~~~~~~ @@ -201,6 +203,8 @@ Server Protocol Commands . This command is silently ignored on non-server and non-service links.
+- METADATA + - NJOIN
- SERVER
ngircd-commits@lists.barton.de