mumixam / weechat-twitch

Checks status of streams using twitch api
31 stars 9 forks source link

Does this support message tags? #2

Open mtcjayne opened 6 years ago

mtcjayne commented 6 years ago

Does this support the message tags that show people's bit badges, display names, etc?

mumixam commented 6 years ago

no it doesn't. the information is available via the IRCv3 tags, but the script doesn't use it. what kind of integration are you wanting?

mtcjayne commented 6 years ago

I was primarily looking for a command line client I could use that would log the messages themselves. I use the logs in a third application that parses the tags to create graphs of bits, subs, and the like.

mumixam commented 6 years ago

weechat doesn't have anyway of logging the irc v3 tags, but it wouldn't be hard at all to add the badges and display-name data to be apart of the actual message and it would then be logged by weechats logger plugin