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>.
Connecting on freenode.net, I get this warning :
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>.