Update docs
This commit is contained in:
parent
96de8b0c54
commit
f81bb8ce61
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user