Skip to content

Commit

Permalink
Add 307 to codes
Browse files Browse the repository at this point in the history
Fixes #49.

Conflicting definitions per https://www.alien.net.au/irc/irc2numerics.html:

- RPL_USERIP (?)
- RPL_WHOISREGNICK (Bahamut, Unreal)
- RPL_SUSERHOST (AustHex)

Accordingly, don't give it a name yet, just a type.
  • Loading branch information
Throne3d committed Dec 11, 2017
1 parent e882110 commit 5379a55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/codes.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ module.exports = {
name: 'rpl_nowaway',
type: 'reply'
},
307: {
type: 'reply'
},
311: {
name: 'rpl_whoisuser',
type: 'reply'
Expand Down

0 comments on commit 5379a55

Please sign in to comment.