martynsmith / node-irc

NodeJS IRC client library
GNU General Public License v3.0
1.33k stars 424 forks source link

Using irc.connect does not work properly #494

Open paladox opened 7 years ago

paladox commented 7 years ago

Hi using irc.connect it joins the network but then it sends a different nick to use like for example it joins with

grrrit-wm

it then changes it to grrrit-wm1 when joining the channels.

Using irc.join works so it seems like a bug in irc.connect.

Could this be fixed please?

john-patterson commented 7 years ago

How are in instantiating the client? Could you try setting the autoConnect option to false if you are not already? I cannot recreate right now, so please give some more detail if you are still experiencing this issue.