From f81bb8ce61f62406a5aad7849acdc12aeb791a5a Mon Sep 17 00:00:00 2001 From: Fierelier Date: Wed, 30 Jun 2021 17:37:07 +0200 Subject: [PATCH] Update docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88fc8be..b66e1b5 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Sends command to another user's clients. The command will arrive as-is, with the *Arguments:* `,,[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.