Add missing examples
@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user