Skip to content

Commit

Permalink
Handle +r err code
Browse files Browse the repository at this point in the history
  • Loading branch information
kegsay committed Sep 28, 2015
1 parent b6bab70 commit 7c16b99
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 @@ -487,6 +487,10 @@ module.exports = {
name: 'err_badchannelkey',
type: 'error'
},
477: {
name: 'err_needreggednick',
type: 'error'
},
481: {
name: 'err_noprivileges',
type: 'error'
Expand Down

0 comments on commit 7c16b99

Please sign in to comment.