Skip to content

Commit

Permalink
specify FAIL NICK NICKNAME_RESERVED (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
slingamn authored Aug 4, 2024
1 parent 8683a9e commit 6a06f14
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _data/standard_replies_registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@
description: Indicates a joined channel has been renamed
specs:
- channel-rename
- command: NICK
code: NICKNAME_RESERVED
# https://github.com/ircv3/ircv3.github.io/pull/498
description: Indicates that the desired nickname cannot be claimed because it is reserved, either by another account or by the system
- command: REDACT
code: INVALID_TARGET
description: The client tried to remove messages from a channel they do not have access to, or does not exist
Expand Down

0 comments on commit 6a06f14

Please sign in to comment.