mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
List commands and their usage in the settings page
This commit is contained in:
parent
ede161d296
commit
5f7cdbe0b8
@ -75,6 +75,21 @@
|
|||||||
</div>
|
</div>
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
|
<h3>Commands</h3>
|
||||||
|
<div class="section">
|
||||||
|
The following commands are available in the room chat:
|
||||||
|
<ul>
|
||||||
|
<li>/nick <display_name>: change your display name</li>
|
||||||
|
<li>/me <action>: send the action you are doing. /me will be replaced by your display name</li>
|
||||||
|
<li>/kick <user_id>: kick the user</li>
|
||||||
|
<li>/ban <user_id> [<reason>]: ban the user</li>
|
||||||
|
<li>/unban <user_id>: unban the user</li>
|
||||||
|
<li>/op <user_id> <power_level>: set user power level</li>
|
||||||
|
<li>/deop <user_id>: reset user power level to the room default value</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<br/>
|
||||||
|
|
||||||
{{ feedback }}
|
{{ feedback }}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user