You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chatbox should be able to listen to whispered messages, between two players. I expect this to be a default-disabled config, which would be changed on the serverconfig. Chatbox's chat event would probably contain an extra argument past isHidden, called isWhisper (or isPrivate), to determine whether a message is sent to someone privately.
This would probably be in the form of a new event for the chatbox, called privateChat (or whisperChat, or whisperMessage, or whatever makes more sense for consistency sake). It would have arguments sender_uuid, sender_username, receiver_uuid, receiver_username, message. When a whisper is sent, it triggers this event, which would act almost exactly identical to the chat event.
Describe alternatives you've considered if you've any
Not much, there's not many alternatives to viewing whispered messages.
Additional context
No response
Linked Issues
No response
The text was updated successfully, but these errors were encountered:
Describe your idea
Chatbox should be able to listen to whispered messages, between two players. I expect this to be a default-disabled config, which would be changed on the serverconfig.
Chatbox's chat event would probably contain an extra argument past isHidden, called isWhisper (or isPrivate), to determine whether a message is sent to someone privately.This would probably be in the form of a new event for the chatbox, called privateChat (or whisperChat, or whisperMessage, or whatever makes more sense for consistency sake). It would have arguments
sender_uuid, sender_username, receiver_uuid, receiver_username, message
. When a whisper is sent, it triggers this event, which would act almost exactly identical to the chat event.Describe alternatives you've considered if you've any
Not much, there's not many alternatives to viewing whispered messages.
Additional context
No response
Linked Issues
No response
The text was updated successfully, but these errors were encountered: