Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emotes Unintentionally Being Ignored #26

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

justinrusso
Copy link
Contributor

Currently, some emotes in Twitch chat were getting ignored by the bot unintentionally. The logic used to filter out bit messages were catching these emotes - perhaps new emotes started to use the emotesv2_ prefix?

I've refactored the logic to just look for the bits tag in the message. If it contains the bits tag, which only seems to appear if it is a bit message, the message is then ignored. Otherwise, it is assumed to be OK for further processing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant