Capabilities.txt 948 B

12345678910111213141516171819202122232425262728
  1. ngIRCd - Next Generation IRC Server
  2. http://ngircd.barton.de/
  3. (c)2001-2012 Alexander Barton and Contributors.
  4. ngIRCd is free software and published under the
  5. terms of the GNU General Public License.
  6. -- Capabilities.txt --
  7. This document lists and describes the "IRC capabilities" that ngIRCd supports
  8. and can be requested by a IRC/IRCv3 client that supports the "CAP" command.
  9. ngIRCd implements the "IRC Client Capabilities Extension" as described here:
  10. <http://ircv3.net/specs/core/capability-negotiation-3.1.html>
  11. I. Supported Capabilities
  12. ~~~~~~~~~~~~~~~~~~~~~~~~~
  13. * "multi-prefix"
  14. When requested, the multi-prefix client capability will cause the IRC
  15. server to send all possible prefixes which apply to a user in NAMES and
  16. WHO output.
  17. See <http://ircv3.net/specs/extensions/multi-prefix-3.1.html>.