Update 'README.md'

This commit is contained in:
Fierelier 2021-04-09 21:53:41 +00:00
parent 9243978b0e
commit 399efeb320
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@ Log into an existing server.
- **whoami**
Check which user this session is using.
*Return:* `<user>`
- **send**
Sends command to another user's clients. The command will arrive as-is, with the user switched to be the sender instead of the receiver. So if you are fier, and you execute `send,fier2,text,hello`, fier2 will get `send,fier,text,hello`
*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)