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

privmsg: add highlighted point redeem bool #135

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

Ganom
Copy link
Contributor

@Ganom Ganom commented Oct 20, 2024

This adds a simple bool for when a user redeems the "Highlighted Message" reward using channel points.

@Ganom
Copy link
Contributor Author

Ganom commented Oct 21, 2024

I believe that's how it currently is, here is the full excerpt

                case (int)Tags.MsgId:
                    switch (tagValue.Sum())
                    {
                        case 2516:
                            gigantified = true;
                            break;

                        case 1939:
                            highlighted = true;
                            break;

                        case 1621:
                            animated = true;
                            break;
                    }
                    break;

@occluder
Copy link
Owner

Ah yes you are right, I did not expand the diff enough to see the scope. Looks good, thank you for contributing!

@occluder occluder merged commit 513d132 into occluder:master Oct 21, 2024
7 checks passed
@Ganom Ganom deleted the highlight branch October 21, 2024 03:00
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.

2 participants