diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/commands.rst | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/source/commands.rst b/doc/source/commands.rst index 83884a6a..7b76394a 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -374,10 +374,16 @@ MultiUserChat tab commands also give an optional reason. /topic - **Usage:** ``/topic <subject>`` + **Usage:** ``/topic [subject]`` - Change the subject of the room. You might want to knwow - that entering ``/topic [tab]`` will autocomplete the topic. + Change the subject of the room. + + Using the auto-completion of this command writes the current topic + in the input, to help the user make a small change to the topic + whithout having to rewrite it all by hand. + + If no subject is specified as an argument, the current topic is + displayed, unchanged. /query **Usage:** ``/query <nick> [message]`` |