Skip to content

Commit 24ccc27

Browse files
authored
Add missing <client> parameter to ERR_BADCHANMASK (#260)
Also fix a grammatical error
1 parent f352909 commit 24ccc27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/modern-appendix.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -982,9 +982,9 @@ Not to be confused with [`ERR_INVALIDKEY`](#errinvalidkey-525), which may be ret
982982

983983
{% numericheader ERR_BADCHANMASK %}
984984

985-
"<channel> :Bad Channel Mask"
985+
"<client> <channel> :Bad Channel Mask"
986986

987-
Indicates the supplied channel name is not a valid.
987+
Indicates the supplied channel name is not valid.
988988

989989
This is similar to, but stronger than, {% numeric ERR_NOSUCHCHANNEL %}, which indicates that the channel does not exist, but that it may be a valid name.
990990

0 commit comments

Comments
 (0)