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

Commit 5379a55

Browse files
committed
Add 307 to codes
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.
1 parent e882110 commit 5379a55

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/codes.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,9 @@ module.exports = {
179179
name: 'rpl_nowaway',
180180
type: 'reply'
181181
},
182+
307: {
183+
type: 'reply'
184+
},
182185
311: {
183186
name: 'rpl_whoisuser',
184187
type: 'reply'

0 commit comments

Comments
 (0)