]> arthur.barton.de Git - ngircd-alex.git/blobdiff - doc/Capabilities.txt
Fix several broken URLs.
[ngircd-alex.git] / doc / Capabilities.txt
index 9a692ea6cd273a4a6ec4c460ff6d9c0dc89e33d2..0f160edd834fb22ac05f40d040ea0ec7225502c5 100644 (file)
@@ -13,11 +13,16 @@ This document lists and describes the "IRC capabilities" that ngIRCd supports
 and can be requested by a IRC/IRCv3 client that supports the "CAP" command.
 
 ngIRCd implements the "IRC Client Capabilities Extension" as described here:
-<http://www.leeh.co.uk/draft-mitchell-irc-capabilities-02.html>
+<http://ircv3.net/specs/core/capability-negotiation-3.1.html>
 
 
 I. Supported Capabilities
 ~~~~~~~~~~~~~~~~~~~~~~~~~
 
-None. At the moment, ngIRCd supports the "CAP" command and its sub-commands
-but offers no capabilities that could be requested by a client.
+* "multi-prefix"
+
+   When requested, the multi-prefix client capability will cause the IRC
+   server to send all possible prefixes which apply to a user in NAMES and
+   WHO output.
+
+   See <http://ircv3.net/specs/extensions/multi-prefix-3.1.html>.