From b6dca2e255abba8ccd4f6dc8b51746df77487b38 Mon Sep 17 00:00:00 2001 From: Fierelier Date: Fri, 9 Apr 2021 18:40:40 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ace2857..ba74ab5 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,9 @@ Log into an existing server. - **whoami** Check which user this session is using. *Return:* `` +- **nop** +Do (almost) nothing. +*Return:* An "empty" response (four bytes denoting the message has a length of 0 and no additional data) 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.