diff --git a/Client-using-system-commands.md b/Client-using-system-commands.md index bad24ca..3d7f887 100644 --- a/Client-using-system-commands.md +++ b/Client-using-system-commands.md @@ -26,7 +26,7 @@ It is planned that in the future this activator might be customizable according #### message dependant commands (**ADVANCED**): The following commands require a message to be parsed from the first parameter. -There are two ways how to aquire the message here (x is here a whole number): +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.
@@ -50,6 +50,7 @@ If the parameter is not given, the currently selected message will be used.
`/cp 3`
`/del --s`
`/save-att s--`
+`/cp s-86`
`/s 0`
### Notation