You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a given channel has fish as an emote and an accompanying bot command !fish, any uses of the command will incorrectly be shown as the fish emote and the ! will not be present.
Steps to reproduce
Send any emote but prepended by a ! (FeelsOkayMan -> !FeelsOkayMan) in Twitch chat
Observe that the token is incorrectly shown as an emote
Expected behavior
The token !FeelsOkayMan should remain as the text !FeelsOkayMan
It should be noted that 7TV allows emote names/aliases to start with ! (for example, shigetora has emotes named !boost and !play), and should fixing this issue break tokenizing these emotes, I would prefer to keep compatibility with the emotes as this issue is very minor.
The text was updated successfully, but these errors were encountered:
This would actually be considered working as intended, but it looks like Twitch doesn't tokenize its own emotes any longer when surrounded by symbols. As a result, we've gone ahead and removed our support for them too.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related issues or feature requests.
Describe the bug
If a given channel has
fish
as an emote and an accompanying bot command!fish
, any uses of the command will incorrectly be shown as thefish
emote and the!
will not be present.Steps to reproduce
!
(FeelsOkayMan
->!FeelsOkayMan
) in Twitch chatExpected behavior
The token
!FeelsOkayMan
should remain as the text!FeelsOkayMan
Screenshots
Device information
Additional information
It should be noted that 7TV allows emote names/aliases to start with
!
(for example, shigetora has emotes named!boost
and!play
), and should fixing this issue break tokenizing these emotes, I would prefer to keep compatibility with the emotes as this issue is very minor.The text was updated successfully, but these errors were encountered: