Skip to content

Commit

Permalink
Add 671 RPL_WHOISSECURE to codes
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Throne3d committed Dec 11, 2017
1 parent 5379a55 commit e55230d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/codes.js
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,10 @@ module.exports = {
name: 'err_usersdontmatch',
type: 'error'
},
671: {
name: 'rpl_whoissecure',
type: 'reply'
},
900: {
name: 'rpl_loggedin',
type: 'reply'
Expand Down

0 comments on commit e55230d

Please sign in to comment.