Commands.txt: Reorder some commands
Reorder some commands and introduce new section "Connection Handling". Idea by DNS <dns@rbose.org>, thanks!
This commit is contained in:
parent
4552ad5269
commit
7630e8ffc6
|
@ -42,15 +42,39 @@ used without a command name:
|
||||||
example "HELP quit" or "HELP privmsg".
|
example "HELP quit" or "HELP privmsg".
|
||||||
|
|
||||||
|
|
||||||
General Commands
|
Connection Handling Commands
|
||||||
~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
- AWAY
|
|
||||||
|
|
||||||
- CAP
|
- CAP
|
||||||
|
|
||||||
- CHARCONV
|
- 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
|
||||||
HELP [<command>]
|
HELP [<command>]
|
||||||
.
|
.
|
||||||
|
@ -70,36 +94,20 @@ General Commands
|
||||||
|
|
||||||
- MODE
|
- MODE
|
||||||
|
|
||||||
- NICK
|
|
||||||
|
|
||||||
- NOTICE
|
- NOTICE
|
||||||
|
|
||||||
- PASS
|
|
||||||
|
|
||||||
- PING
|
|
||||||
|
|
||||||
- PONG
|
|
||||||
|
|
||||||
- PRIVMSG
|
- 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
|
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
|
- INFO
|
||||||
|
|
||||||
- ISON
|
- ISON
|
||||||
|
@ -108,8 +116,6 @@ Status and Informational Commands
|
||||||
|
|
||||||
- LUSERS
|
- LUSERS
|
||||||
|
|
||||||
- METADATA
|
|
||||||
|
|
||||||
- MOTD
|
- MOTD
|
||||||
|
|
||||||
- NAMES
|
- NAMES
|
||||||
|
@ -150,12 +156,6 @@ Channel Commands
|
||||||
Administrative 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
|
- CONNECT
|
||||||
|
|
||||||
- DIE
|
- DIE
|
||||||
|
@ -174,6 +174,8 @@ Administrative Commands
|
||||||
|
|
||||||
- RESTART
|
- RESTART
|
||||||
|
|
||||||
|
- WALLOPS
|
||||||
|
|
||||||
|
|
||||||
IRC Service Commands
|
IRC Service Commands
|
||||||
~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~
|
||||||
|
@ -201,6 +203,8 @@ Server Protocol Commands
|
||||||
.
|
.
|
||||||
This command is silently ignored on non-server and non-service links.
|
This command is silently ignored on non-server and non-service links.
|
||||||
|
|
||||||
|
- METADATA
|
||||||
|
|
||||||
- NJOIN
|
- NJOIN
|
||||||
|
|
||||||
- SERVER
|
- SERVER
|
||||||
|
|
Loading…
Reference in New Issue