Skip to content

Adding rpl_luserunknown message handler #358

@yanickrochon

Description

@yanickrochon

Connecting on freenode.net, I get this warning :

Unhandled message: { prefix: 'barjavel.freenode.net',
  server: 'barjavel.freenode.net',
  command: 'rpl_luserunknown',
  rawCommand: '253',
  commandType: 'reply',
  args: [ 'HelloNodeBot', '3', 'unknown connection(s)' ]
}

This has something to do with freenode.net allowing users to register their nicks. I guess it coiuld be added to the ignored welcome messages by default? Or, better yet, treat it as a nick auth request?

For the latter, the proper response should be sending PRIVMSG NickServ identify <password>.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions