Update docs

This commit is contained in:
Fierelier 2021-06-30 17:37:07 +02:00
parent 96de8b0c54
commit f81bb8ce61
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ Sends command to another user's clients. The command will arrive as-is, with the
*Arguments:* `<user>,<command>,[argument 1],[argument 2],[...]`
- **nop**
Do (almost) nothing.
*Return:* An "empty" response (four bytes denoting the message has a length of 0 and no additional data)
*Return:* An "empty" response (four bytes denoting the message has a length of 0, the null byte, and no additional data, unless called with `req`)
If a return is not specified, the command will return `ok`. If arguments are not specified, the command does not take any arguments. Any command may return an error if malformed or an exception occurs.