Skip to content

Commit 6ebe772

Browse files
author
Ferass El Hafidi
committed
Handle error 415
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 <[email protected]>
1 parent e53d6c9 commit 6ebe772

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/codes.ts

+7
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,13 @@ export const replyCodes = {
397397
name: 'err_wildtoplevel',
398398
type: 'error'
399399
},
400+
// Used in oftc-hybrid-1.7.3 and Solanum.
401+
// Returned when a channel requires its users to have a NickServ account to
402+
// talk.
403+
415: {
404+
name: 'err_needreggednick',
405+
type: 'error'
406+
},
400407
421: {
401408
name: 'err_unknowncommand',
402409
type: 'error'

0 commit comments

Comments
 (0)