Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit e55230d

Browse files
committed
Add 671 RPL_WHOISSECURE to codes
Fixes #50. Per https://www.alien.net.au/irc/irc2numerics.html, this is used in KineIRCd as 671 RPL_WHOISSECURE and doesn't have a conflicting definition. Unreal also seems to use this numeric for this command type: https://github.com/unrealircd/unrealircd/blob/unreal40/include/numeric.h#L372 Accordingly, just add the code.
1 parent 5379a55 commit e55230d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/codes.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,10 @@ module.exports = {
529529
name: 'err_usersdontmatch',
530530
type: 'error'
531531
},
532+
671: {
533+
name: 'rpl_whoissecure',
534+
type: 'reply'
535+
},
532536
900: {
533537
name: 'rpl_loggedin',
534538
type: 'reply'

0 commit comments

Comments
 (0)