issork / gift

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

Send commands as whisper #10

Closed MrEliptik closed 2 years ago

MrEliptik commented 2 years ago

Hey, I'm using your addon to create interactive overlays with Godot, and first of all I want to thank you for your work!

I would the viewers to be able to send commands but as whisper instead of a chat message. This would allow the chat to not be flooded with commands, especially when making high interactivity overlays.

Have you thought about that? If you want some help, I could look into it, and make a PR once I have something working.

Regards, Victor

issork commented 2 years ago

This is already possible, the add_command function has a 'where' parameter that you can just pass a WhereFlag.WHISPER to register a command to be executed from whispers.

Edit: Unless it doesn't work, in which case I'll look into it.

MrEliptik commented 2 years ago

Oh sorry, I missed it! Thanks for your response, I'll try it tomorrow.