Skip to content

Commit

Permalink
Add 335 RPL_WHOISBOT to codes
Browse files Browse the repository at this point in the history
Fixes #48.

Unreal-specific, according to
https://www.alien.net.au/irc/irc2numerics.html
  • Loading branch information
Throne3d committed Dec 11, 2017
1 parent ef9f6b9 commit e882110
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 @@ -243,6 +243,10 @@ module.exports = {
name: 'rpl_topicwhotime',
type: 'reply'
},
335: {
name: 'rpl_whoisbot',
type: 'reply'
},
341: {
name: 'rpl_inviting',
type: 'reply'
Expand Down

0 comments on commit e882110

Please sign in to comment.