Skip to content

Commit

Permalink
Handle ERR_NEEDREGGEDNICK (477)
Browse files Browse the repository at this point in the history
This is returned in channels set +R (solanum) or +M (oftc-hybrid), which
doesn't let unidentified users to talk.

Signed-off-by: Ferass El Hafidi <vitali64pmemail@protonmail.com>
  • Loading branch information
Ferass El Hafidi committed Jun 14, 2024
1 parent e53d6c9 commit 0607bbc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/codes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,13 @@ export const replyCodes = {
name: 'err_wildtoplevel',
type: 'error'
},
// Used in oftc-hybrid-1.7.3 and Solanum.
// Returned when a channel requires its users to have a NickServ account to
// talk.
415: {
name: 'err_needreggednick',
type: 'error'
},
421: {
name: 'err_unknowncommand',
type: 'error'
Expand Down

0 comments on commit 0607bbc

Please sign in to comment.