Skip to content

Commit 08bcf00

Browse files
authored
Add missing <nickname> parameter to ERR_WASNOSUCHNICK (#235)
All implementations have it
1 parent 8f70547 commit 08bcf00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/modern-appendix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ Indicates that the `JOIN` command failed because the client has joined their max
833833

834834
{% numericheader ERR_WASNOSUCHNICK %}
835835

836-
"<client> :There was no such nickname"
836+
"<client> <nickname> :There was no such nickname"
837837

838838
Returned as a reply to {% message WHOWAS %} to indicate there is no history information for that nickname.
839839

0 commit comments

Comments
 (0)