From 4b085516662088b87db919e879cd32e17cfc874a Mon Sep 17 00:00:00 2001 From: delvh Date: Wed, 21 Oct 2020 21:25:55 +0200 Subject: [PATCH] Fix Formatting --- Client-using-system-commands.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Client-using-system-commands.md b/Client-using-system-commands.md index 3d7f887..9ab92d9 100644 --- a/Client-using-system-commands.md +++ b/Client-using-system-commands.md @@ -7,7 +7,6 @@ If not enough parameters have been given, default parameters will be supplied. I If the necessary parameters behind this system command have the correct format, the system command will be executed.
If there are more parameters than necessary, the remaining ones will be ignored.
If a system command has been executed, it will not be sent as a message (others won't know that you entered a system command). -

The default activator is `/`. It is planned that in the future this activator might be customizable according to your preferences. @@ -23,16 +22,17 @@ It is planned that in the future this activator might be customizable according | `settings` | `none` | `none` | Opens the settings screen | | `status` | 0: either `offline`, `away`, `busy` or `online` (case insensitive) | `none` | Changes your status to the given status | -#### message dependant commands (**ADVANCED**): +#### Message dependent commands (**ADVANCED**): The following commands require a message to be parsed from the first parameter. There are two ways on how to aquire the message here (x is here a whole number): 1. "absolute": The x-th message from the top - i.e. using 3 as argument will use the third highest completely visible message 2. "relative": using `s+-x` will use the message +-x below the currently selected message - i.e. s+5 will use the message that is 5 messages below the currently selected one. Note: `++s`/ `s++` (= `s+1` ) and `--s`/ `s--` (= `s-1` ) are also possible. -

+ If the parameter is not given, the currently selected message will be used. | Command | Additional Parameters | Action | +| ---------- | --------------------- | ---------------------------- | | `s` | `none` | Selects the given message | | `cp` | `none` | Copies the text of the given message | | `del` | `none` | Deletes the given message locally |