Send commands as whisper #10
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
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.
Oh sorry, I missed it! Thanks for your response, I'll try it tomorrow.