summaryrefslogtreecommitdiff
path: root/doc/source/commands.rst
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2020-05-24 16:03:05 +0200
committermathieui <mathieui@mathieui.net>2020-05-24 16:03:05 +0200
commit0a5625ea5d24a4cb954ab6452168d42930b03757 (patch)
tree3813249db2cfbf5f408fe15e3fca3e61bf11b696 /doc/source/commands.rst
parent95498a39105da1d9a831a4ea231c801c62b1a945 (diff)
parentee0caff6ca13f299fe72404711eae2017a708de9 (diff)
downloadpoezio-0a5625ea5d24a4cb954ab6452168d42930b03757.tar.gz
poezio-0a5625ea5d24a4cb954ab6452168d42930b03757.tar.bz2
poezio-0a5625ea5d24a4cb954ab6452168d42930b03757.tar.xz
poezio-0a5625ea5d24a4cb954ab6452168d42930b03757.zip
Merge branch 'command-leave' into 'master'
Add a /leave command See merge request poezio/poezio!109
Diffstat (limited to 'doc/source/commands.rst')
-rw-r--r--doc/source/commands.rst18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/source/commands.rst b/doc/source/commands.rst
index 5ea69abd..4b277e4a 100644
--- a/doc/source/commands.rst
+++ b/doc/source/commands.rst
@@ -426,6 +426,24 @@ MultiUserChat tab commands
Disconnect you from a room. You can specify an optional
message.
+ This is similar to :term:`/leave`, but keeps the tab open and doesn’t
+ remove the bookmark, so restarting poezio or another client will reopen
+ this room.
+
+ /leave
+ **Usage:** ``/leave [message]``
+
+ Disconnect you from a room, on all of your clients. You can specify an
+ optional message.
+
+ This is similar to :term:`/part`, but closes the tab and removes its
+ bookmark, to make sure we don’t come back to this room the next time we
+ open poezio or another client.
+
+ This is similar to :term:`/close`, but also removes the bookmark to
+ make sure we don’t come back to this room the next time we open poezio
+ or another client.
+
/nick
**Usage:** ``/nick <nickname>``