Send commands as whisper #10

Closed
opened 2021-11-16 20:06:10 +01:00 by MrEliptik · 2 comments
MrEliptik commented 2021-11-16 20:06:10 +01:00 (Migrated from github.com)

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

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 2021-11-18 12:39:27 +01:00 (Migrated from github.com)

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.

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 2021-11-18 12:46:23 +01:00 (Migrated from github.com)

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

Oh sorry, I missed it! Thanks for your response, I'll try it tomorrow.
Sign in to join this conversation.
No description provided.