-
Notifications
You must be signed in to change notification settings - Fork 6
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
Color Code Identification Flawed Logic #8
Comments
So if there isn't a color code should there be an error message stating something like: "ERROR! Color Code not detected" With a guide on how to find a list of the color codes? |
@joshshep06 Hello, thank you for showing an interest in this project. If a message is sent with No error message should be shown to the user as the user might have intended to put a & in the string without a color code following it. For example maybe they sent the following message to a client with the following command
Maybe in the future there might be a helpful command that shows all the color codes in the console. |
@valkyrienyanko ok thanks for clarifying. A guide would be a great feature something like /help would be simple enough. |
Something like |
Say someone types the following message "&&&&&&&&&&" and sends it.
Nothing would get sent, the message would be transformed into "".
Another example, what if someone types "&Hello &yWorld"
It would become "Hello World" where "Hello" is white and "World" is yellow but the & would disappear. (The & should stay if there is no valid color code after the &)
This issue is low priority / fix for fun.
The text was updated successfully, but these errors were encountered: