We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Users with a founders badge does not get detected with months >= 1. Is there a different filter that I can search for?
months >= 1
To Reproduce Steps to reproduce the behavior:
EXECUTE %/setblock ~ ~ ~ minecraft:torch% ON Twitch Chat Message WITH message PREFIX %!torch% WITH months >= 1
!torch
Expected behavior I would expect the torch to be placed.
Screenshots N/A
Version (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Oh that's an interesting bug. May I ask for the logs of one session you received that event from a founder? :)
Sorry, something went wrong.
Uh, which logs do you need? Do I have to set a setting somewhere to get the logs?
Actually, I think I found the stuff you're looking for:
[20:08:50] [OkHttp https://irc-ws.chat.twitch.tv/.../INFO] [net.programmer.igoodie.twitchspawn.TwitchSpawn]: Handling (for FailToSurvive) arguments {eventType=chat, eventAccount=twitch, eventName=Twitch Chat Message, streamerNickname=FailToSurvive, actorNickname=Jaughn_Dough, message=!torch, subscriptionTier=-1, chatBadges=[premium, founder, moderator]} [20:08:50] [Server thread/DEBUG] [net.programmer.igoodie.twitchspawn.TwitchSpawn]: Reached TSLPredicate node -> PrefixComparator with {eventType=chat, eventAccount=twitch, eventName=Twitch Chat Message, streamerNickname=FailToSurvive, actorNickname=Jaughn_Dough, message=!torch, subscriptionTier=-1, chatBadges=[premium, founder, moderator]} [20:08:50] [Server thread/DEBUG] [net.programmer.igoodie.twitchspawn.TwitchSpawn]: Reached TSLPredicate node -> GreaterThanOrEqComparator with {eventType=chat, eventAccount=twitch, eventName=Twitch Chat Message, streamerNickname=FailToSurvive, actorNickname=Jaughn_Dough, message=!torch, subscriptionTier=-1, chatBadges=[premium, founder, moderator]}
No branches or pull requests
Describe the bug
Users with a founders badge does not get detected with
months >= 1
. Is there a different filter that I can search for?To Reproduce
Steps to reproduce the behavior:
!torch
Expected behavior
I would expect the torch to be placed.
Screenshots
N/A
Version (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: