repo: ngircd
action: commit
revision: 
path_from: 
revision_from: 7630e8ffc636045b94699e36127bdd601137ba0e:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit 7630e8ffc636045b94699e36127bdd601137ba0e
Author: Alexander Barton 
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 , thanks!

diff --git a/doc/Commands.txt b/doc/Commands.txt
index 8b5425d390a125a1049909bc0cf7390c4c288a74..
index ..c879092930b1995286cd54c913cdfc82b0637af0 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 []
+	.
+	End IRC session and disconnect from the server.
+	.
+	If a  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 []
 	.
@@ -70,36 +94,20 @@ General Commands

 - MODE

-- NICK
-
 - NOTICE

-- PASS
-
-- PING
-
-- PONG
-
 - PRIVMSG

-- QUIT
-	QUIT []
-	.
-	End IRC session and disconnect from the server.
-	.
-	If a  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 []
+	.
+	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 []
-	.
-	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

-----END OF PAGE-----