remove fking backslashes

This commit is contained in:
MeexReay 2025-02-19 00:52:10 +03:00 committed by GitHub
parent 7939703bac
commit ffffb1348b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,9 +80,9 @@ enable_chunked: true # enable chunked reading
commands are any messages that start with a slash `/` \
messages starting with a slash are sent to chat only if the `--disable-commands` option is specified
- `/help` - show help message \
- `/clear` - clear chat \
- `/spam *args` - spam with text \
- `/help` - show help message
- `/clear` - clear chat
- `/spam *args` - spam with text
- `/ping` - get server ping (send + read)
## docs