mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
man: Document arguments for invite, kick, ban, unban, shrug
This commit is contained in:
parent
bc6bea3f46
commit
2d6c5444e6
1 changed files with 10 additions and 10 deletions
|
@ -118,25 +118,25 @@ Join a room.
|
||||||
*/part*, */leave*::
|
*/part*, */leave*::
|
||||||
Leave the current room.
|
Leave the current room.
|
||||||
|
|
||||||
*/invite* _<username>_::
|
*/invite* _<username>_ _[reason]_::
|
||||||
Invite a user into the current room.
|
Invite a user into the current room. _reason_ is optional.
|
||||||
|
|
||||||
*/kick* _<username>_::
|
*/kick* _<username>_ _[reason]_::
|
||||||
Kick a user from the current room.
|
Kick a user from the current room. _reason_ is optional.
|
||||||
|
|
||||||
*/ban* _<username>_::
|
*/ban* _<username>_ _[reason]_::
|
||||||
Ban a user from the current room.
|
Ban a user from the current room. _reason_ is optional.
|
||||||
|
|
||||||
*/unban* _<username>_::
|
*/unban* _<username>_ _[reason]_::
|
||||||
Unban a user.
|
Unban a user. _reason_ is optional.
|
||||||
|
|
||||||
*/roomnick* _<roomname>_::
|
*/roomnick* _<roomname>_::
|
||||||
Change your nickname in a single room.
|
Change your nickname in a single room.
|
||||||
|
|
||||||
=== Emoticons
|
=== Emoticons
|
||||||
|
|
||||||
*/shrug*::
|
*/shrug* _[message]_::
|
||||||
Inserts `¯\_(ツ)_/¯`
|
Inserts `¯\_(ツ)_/¯` followed by an optional _message_.
|
||||||
|
|
||||||
*/fliptable*::
|
*/fliptable*::
|
||||||
Inserts `(╯°□°)╯︵ ┻━┻`
|
Inserts `(╯°□°)╯︵ ┻━┻`
|
||||||
|
|
Loading…
Reference in a new issue