We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add a warning to the docs to alert the user that long chat messages will automatically be ignored, without an error (that's what CE does).
The text was updated successfully, but these errors were encountered:
How long are messages which are too long?
Sorry, something went wrong.
@tripleee Looks like it is 500 characters. Multi-line messages don't have a character limit, so you have to manually disable the length_check option.
length_check
Also Tuna is using 500, this is the code he used (instead of warning it split the message into multiple messages) https://github.com/SOBotics/chatexchange/blob/develop/src/main/java/org/sobotics/chatexchange/chat/Room.java#L262
No branches or pull requests
Add a warning to the docs to alert the user that long chat messages will automatically be ignored, without an error (that's what CE does).
The text was updated successfully, but these errors were encountered: