diff options
author | tastytea <tastytea@tastytea.de> | 2022-01-01 03:03:45 +0100 |
---|---|---|
committer | tastytea <tastytea@tastytea.de> | 2022-01-01 03:29:06 +0100 |
commit | 2d6c5444e6a16285550c7d0f5d31923f3fc3ddb6 (patch) | |
tree | d94c78c60b7b8e3cfc883e2356a884d5a1109460 /man | |
parent | Fix typos and first level headings in man page (diff) | |
download | nheko-2d6c5444e6a16285550c7d0f5d31923f3fc3ddb6.tar.xz |
man: Document arguments for invite, kick, ban, unban, shrug
Diffstat (limited to 'man')
-rw-r--r-- | man/nheko.1.adoc.in | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/man/nheko.1.adoc.in b/man/nheko.1.adoc.in index 28015841..cbd35432 100644 --- a/man/nheko.1.adoc.in +++ b/man/nheko.1.adoc.in @@ -118,25 +118,25 @@ Join a room. */part*, */leave*:: Leave the current room. -*/invite* _<username>_:: -Invite a user into the current room. +*/invite* _<username>_ _[reason]_:: +Invite a user into the current room. _reason_ is optional. -*/kick* _<username>_:: -Kick a user from the current room. +*/kick* _<username>_ _[reason]_:: +Kick a user from the current room. _reason_ is optional. -*/ban* _<username>_:: -Ban a user from the current room. +*/ban* _<username>_ _[reason]_:: +Ban a user from the current room. _reason_ is optional. -*/unban* _<username>_:: -Unban a user. +*/unban* _<username>_ _[reason]_:: +Unban a user. _reason_ is optional. */roomnick* _<roomname>_:: Change your nickname in a single room. === Emoticons -*/shrug*:: -Inserts `¯\_(ツ)_/¯` +*/shrug* _[message]_:: +Inserts `¯\_(ツ)_/¯` followed by an optional _message_. */fliptable*:: Inserts `(╯°□°)╯︵ ┻━┻` |