Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a better way to chat with in-game players using the frontend #13

Open
Inei1 opened this issue Aug 13, 2018 · 0 comments
Open

Comments

@Inei1
Copy link
Contributor

Inei1 commented Aug 13, 2018

Right now, it is possible to use the frontend to chat with players in-game using the console tab. The say and whisper commands can be used to send a message, and the console receives chat messages normally. However, this is a bit cumbersome, as having to type say before every message is annoying, and the console is going to be filled with other, non-chat related messages.

Since chatting is such a central feature, a new tab should be added that provides a convenient interface for chatting. This new tab could use code similar to the console to send and receive commands, with a filter to only show CHAT console messages (see the Message interface). Sending a chat message should only involve prepending say with a space to the message before sending it like normal.

@fremiller fremiller mentioned this issue Nov 5, 2018
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant