issork / gift

Godot IRC For Twitch addon
MIT License
150 stars 23 forks source link

permissions logic fix #11

Closed nogre closed 2 years ago

nogre commented 2 years ago

the previous logic was for exact matches, but that failed on MOD_STREAMER when you are the streamer and not a mod. just need overlap, not exact match.

nogre commented 2 years ago

actually screwed this up. it should be an == not >=

issork commented 2 years ago

Was a little too fast there ^^ Reverted the merged PR.