diff options
| author | Alexander Barton <alex@barton.de> | 2013-08-02 01:42:31 +0200 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2013-08-02 01:42:40 +0200 |
| commit | fef10f590b38371439c35b5e0a7f2e1a9a373a8a (patch) | |
| tree | 4f9a24fbb7f1049ea2f7a4237fb5badcdd7da5be /doc | |
| parent | 771e539c18669d6c20b557be79675b94ca191c59 (diff) | |
| download | ngircd-fef10f590b38371439c35b5e0a7f2e1a9a373a8a.tar.gz ngircd-fef10f590b38371439c35b5e0a7f2e1a9a373a8a.zip | |
Commands.txt: Streamline references to IRC+ protocol
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/Commands.txt | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/doc/Commands.txt b/doc/Commands.txt index 7765d3a4..30947c15 100644 --- a/doc/Commands.txt +++ b/doc/Commands.txt @@ -97,8 +97,8 @@ Connection Handling Commands clients using UTF-8, which should be the default today. References: - - <http://ngircd.barton.de/doc/Protocol.txt> - - doc/Protocol.txt + - IRC+, <http://ngircd.barton.de/doc/Protocol.txt> + - IRC+, doc/Protocol.txt - NICK NICK <nickname> @@ -129,7 +129,8 @@ Connection Handling Commands - RFC 1459, 4.1.1 "Password message" (old client and server protocol) - RFC 2812, 3.1.1 "Password message" (client protocol) - RFC 2813, 4.1.1 "Password message" (server protocol) - - doc/Protocol.txt + - IRC+, <http://ngircd.barton.de/doc/Protocol.txt> + - IRC+, doc/Protocol.txt - PING PING <token> [<target>] @@ -211,7 +212,8 @@ Connection Handling Commands unauthorized clients to fake their identity; it is an arbitrary string. References: - - doc/Protocol.txt, II.4: "Update webchat/proxy client information" + - IRC+, <http://ngircd.barton.de/doc/Protocol.txt> + - IRC+, doc/Protocol.txt General Commands @@ -739,8 +741,10 @@ Server Protocol Commands . CHANINFO is used by servers to inform each other about a channel: its modes, channel key, user limits and its topic. - . - See doc/Protocol.txt for more information. + + References: + - IRC+, <http://ngircd.barton.de/doc/Protocol.txt> + - IRC+, doc/Protocol.txt - ERROR ERROR [<message> [<> [...]]] @@ -764,8 +768,10 @@ Server Protocol Commands The METADATA command is used on server-links to update "metadata" information of clients, like the hostname, the info text ("real name"), or the user name. - . - See doc/Protocol.txt for more information. + + References: + - IRC+, <http://ngircd.barton.de/doc/Protocol.txt> + - IRC+, doc/Protocol.txt - NJOIN |