
Chickchat replaces commands with emojis
Ari24-cb24 opened this issue ยท 2 comments
Describe the bug
Commands like /party will be replaced with the emoji and send instead.
To Reproduce
Steps to reproduce the behavior:
- Go on any server
- Send any /party command e.g. /party invite someplayer
- See that it doesn't get executed and that / invite someplayer gets send instead
Just check if the char before the emoji is a slash and if that slash is at the beginning of the chat text. Should be fine