modern-irc icon indicating copy to clipboard operation
modern-irc copied to clipboard

`ERR_INVALIDCAPCMD` not listed

Open jwodder opened this issue 5 months ago • 2 comments

The Capability Negotiation specification states in part:

If a client sends a subcommand which is not in the list above or otherwise issues an invalid command, then numeric 410 (ERR_INVALIDCAPCMD) should be sent. The first parameter after the client identifier (usually nickname) should be the commandname; the second parameter should be a human-readable description of the error.

However, this reply is currently not listed on modern.ircdocs.horse, even though the CAP command is. It should probably be added.

jwodder avatar Jul 14 '25 12:07 jwodder

the CAP command is not documented here, only mentioned. IRCv3 already provides good documentation of the numeric so there is no need to duplicate it here.

progval avatar Jul 14 '25 15:07 progval


binhle113 avatar Jul 27 '25 11:07 binhle113