Tennu / tennu

IRC Bot Framework for Node.js
https://tennu.github.io/
ISC License
78 stars 14 forks source link

"Twitch.tv doesn't allow capabilities." - It does now #76

Open richardbenson opened 7 years ago

richardbenson commented 7 years ago

Just found in tennu_plugins/config.js@11 the above comment, but as in the current docs, Twitch does support capabilities and has quite a few:

https://dev.twitch.tv/docs/irc

Simply not marking your deamon as twitch fails because it doesn't support the multi-prefix capability. Commenting out lines 15-23 allows twitch to connect and also allows the use of it's capabilities.

I think I know how to fix, will knock up a PR so that someone else can wally check it for me.