From 8893ae174ea5901e97a0eef9535dec542b8a2bdd Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 21 Aug 2026 21:26:43 +0100 Subject: [PATCH] Clarify that RPL_UNKNOWNCOMMAND is only be sent to registered clients. --- _includes/messages/optional.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/messages/optional.md b/_includes/messages/optional.md index 7a8e1f2..c95de8e 100644 --- a/_includes/messages/optional.md +++ b/_includes/messages/optional.md @@ -1,4 +1,4 @@ -These messages are not required for a server implementation to work, but SHOULD be implemented. If a command is not implemented, it MUST return the {% numeric ERR_UNKNOWNCOMMAND %} numeric. +These messages are not required for a server implementation to work, but SHOULD be implemented. If a command is not implemented, it MUST return the {% numeric ERR_UNKNOWNCOMMAND %} numeric to a client that has completed connection registration. ### AWAY message