Add missing examples

Leon Hofmeister 2020-10-20 20:01:00 +02:00
parent 8acb84c931
commit 9fe1944028
1 changed files with 2 additions and 1 deletions

@ -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.
<p>
@ -50,6 +50,7 @@ If the parameter is not given, the currently selected message will be used.
`/cp 3`<br>
`/del --s`<br>
`/save-att s--`<br>
`/cp s-86`<br>
`/s 0`<br>
### Notation