tmijs / tmi.js

💬 Javascript library for the Twitch Messaging Interface. (Twitch.tv)
https://tmijs.com
MIT License
1.54k stars 216 forks source link

Assume connection success on MOTD end, not MOTD line #458

Closed d-fischer closed 3 years ago

d-fischer commented 3 years ago

Alternative servers send multiple MOTD lines, which is totally fine by the IRC spec, but makes tmi.js emit the connected event (and try to join channels) multiple times.