Fix Formatting
parent
9fe1944028
commit
4b08551666
@ -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.<br>
|
||||
If there are more parameters than necessary, the remaining ones will be ignored.<br>
|
||||
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).
|
||||
<p>
|
||||
|
||||
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.
|
||||
<p>
|
||||
|
||||
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 |
|
||||
|
Reference in New Issue
Block a user