diff options
author | louiz’ <louiz@louiz.org> | 2016-11-21 12:02:12 +0100 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2016-11-21 12:03:09 +0100 |
commit | 1f43535f459ca5445dc0a8bfa05d57ac20481cad (patch) | |
tree | fa14adcd052fd91afb7535e172f4fce15eed0659 /doc/source/commands.rst | |
parent | 474966c5f71db2e94c397165406a47724beed49b (diff) | |
download | poezio-1f43535f459ca5445dc0a8bfa05d57ac20481cad.tar.gz poezio-1f43535f459ca5445dc0a8bfa05d57ac20481cad.tar.bz2 poezio-1f43535f459ca5445dc0a8bfa05d57ac20481cad.tar.xz poezio-1f43535f459ca5445dc0a8bfa05d57ac20481cad.zip |
Reword the doc for /topic, and add the fact that it prints it with no argument
see #3263
Diffstat (limited to 'doc/source/commands.rst')
-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]`` |