mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-26 19:47:05 +03:00
doc: kick can take a reason arg
This commit is contained in:
parent
3be6156774
commit
3a88808983
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li>/nick <display_name>: change your display name</li>
|
<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>/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>/kick <user_id> [<reason>]: kick the user</li>
|
||||||
<li>/ban <user_id> [<reason>]: ban the user</li>
|
<li>/ban <user_id> [<reason>]: ban the user</li>
|
||||||
<li>/unban <user_id>: unban the user</li>
|
<li>/unban <user_id>: unban the user</li>
|
||||||
<li>/op <user_id> <power_level>: set user power level</li>
|
<li>/op <user_id> <power_level>: set user power level</li>
|
||||||
|
|
Loading…
Reference in a new issue