Glodenox / twitch-chat-monitor

Twitch Chat Monitor that allows the chat to be shown comfortably on a big monitor. Useful for room-scale streaming where the chat needs to be readable from a distance.
40 stars 11 forks source link

Implement all message types #5

Closed Glodenox closed 4 years ago

Glodenox commented 4 years ago

At the moment only, the message type "message" is shown. The other message types like bits, subscriptions, moderator actions, people entering or leaving, raids and basically any other event listed in the tmi.js documentation.

Pretty much requires the settings window window to be available with issue #1 as otherwise there would be way too many messages in a somewhat active chat.

Minimum needed:

Nice to have:

Glodenox commented 4 years ago

Removed hosted event as that requires the user to be logged in and removed the join and part events as these trigger only once every minute or so to provide an update of who is online - rendering it useless as a notification. It might still be useful to keep track of the amount of users in the chat maybe, but I suspect that's not a very useful metric for streamers.

Similarly, the mod and unmod events are triggered every time a mod logs in or out, so that would have been useful for internal processing only.