diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-03-30 23:38:38 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-03-30 23:40:12 +0200 |
commit | a59b3147a68ab67629d76d1c18d53950bfeb0277 (patch) | |
tree | 549522adecb1e09a3f1560606374ea5436b28f06 /man | |
parent | Add /knock command (diff) | |
download | nheko-a59b3147a68ab67629d76d1c18d53950bfeb0277.tar.xz |
Add reasons to everything
fixes #1030
Diffstat (limited to 'man')
-rw-r--r-- | man/nheko.1.adoc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man/nheko.1.adoc b/man/nheko.1.adoc index d04d37fe..bef889e3 100644 --- a/man/nheko.1.adoc +++ b/man/nheko.1.adoc @@ -154,14 +154,14 @@ Send a message as a rainbow-colored notice. === Room management -*/join* _<roomname>_:: -Join a room. +*/join* _<roomname>_ _[reason]_:: +Join a room. _reason_ is optional. -*/knock* _<roomname>_:: -Ask to join a room. +*/knock* _<roomname>_ _[reason]_:: +Ask to join a room. _reason_ is optional. -*/part*, */leave*:: -Leave the current room. +*/part*, */leave* _[reason]_:: +Leave the current room. _reason_ is optional. */invite* _<username>_ _[reason]_:: Invite a user into the current room. _reason_ is optional. |