robotty / dank-twitch-irc

Connect to Twitch chat from Node.js
https://www.npmjs.com/package/dank-twitch-irc
MIT License
88 stars 25 forks source link

Fix connect method #218

Closed RAnders00 closed 3 years ago

RAnders00 commented 3 years ago

Somebody reported to me in twitch chat that calling connect() never resolves if the client is already open. This fixes that. Also fixes usage of on() to once().

5E7EN commented 3 years ago

LGTM