You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/standard-replies.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Some non-normative examples:
33
33
Here's what each parameter means:
34
34
35
35
-`<type>`: Either `FAIL`, `WARN`, or `NOTE`, this indicates the message type.
36
-
-`<command>`: Indicates the user command which this reply is related to, or is `*` for messages initiated outside client commands (for example, an on-connect message).
36
+
-`<command>`: Indicates the client command which this reply is related to. If the reply is initiated outside the context of a client command (for example, an on-connect message), or if the client command is not available or cannot be relayed (for example, if the client's message could not be parsed), `*` is substituted.
37
37
-`<code>`: Machine-readable reply code representing the meaning of the message to client software.
38
38
-`<context>`: Optional parameters that give humans extra context as to where and why the reply was spawned (for example, a particular subcommand or sub-process).
39
39
-`<description>`: A required plain-text description of the reply which is shown to users.
0 commit comments