node-irc
node-irc copied to clipboard
Using irc.connect does not work properly
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?
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.