diff options
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. |