You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
First, thank you for this lib, I've been using it a lot last year, in it's previous version 0.3.x
I see you rewrote most of it, so maybe my issue isn't anymore, but looking at my old project I saw a quick fix that I did back then, thought it was worth putting it here.
There is no 'nicknameinuse' event raised by the client when it tries to connect to the server.
The workaround I applied was very straightforward :
Hi,
First, thank you for this lib, I've been using it a lot last year, in it's previous version 0.3.x
I see you rewrote most of it, so maybe my issue isn't anymore, but looking at my old project I saw a quick fix that I did back then, thought it was worth putting it here.
There is no 'nicknameinuse' event raised by the client when it tries to connect to the server.
The workaround I applied was very straightforward :
in irc.js, around line 190, after :
just add :
self.emit('nicknameinuse',self.opt.nick,self.nick);
Maybe some other parts of the code should reflect this change as well, but it worked and I didn't look any further.
The text was updated successfully, but these errors were encountered: