Replies: 1 comment
-
I'm looking for this as well. I want to use the new Like: EDIT: Oh, well this might be why:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
is there a possibility to send a command directly? i'm currently working on a chat client there it's logically possible to write in the chat ... but slash commands are not transmitted ... so i check whether the message starts with a / and read the command ... now i want don't go through all the commands with a switch or similar, just send them to the chat ... I found the _sendCommand function in the source code, but it can't be called
Beta Was this translation helpful? Give feedback.
All reactions