diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2020-12-27 01:37:35 +0100 |
---|---|---|
committer | Link Mauve <linkmauve@linkmauve.fr> | 2020-12-28 19:10:53 +0100 |
commit | 85b122222253361a933d5d45e92fa14afc90a93c (patch) | |
tree | 03692c7faec04e42380b3e4132eaaaba4b56a310 /doc/source | |
parent | 826fa779c431033549545b0a8c0240c60fd712f4 (diff) | |
download | poezio-85b122222253361a933d5d45e92fa14afc90a93c.tar.gz poezio-85b122222253361a933d5d45e92fa14afc90a93c.tar.bz2 poezio-85b122222253361a933d5d45e92fa14afc90a93c.tar.xz poezio-85b122222253361a933d5d45e92fa14afc90a93c.zip |
Add (back?) reason and altroom arguments for /destroy_room.
Also make use of slixmpp’s new destroy_room() function.
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/commands.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/commands.rst b/doc/source/commands.rst index 4b277e4a..4c0060f7 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -56,7 +56,7 @@ These commands work in *any* tab. - ``/join / password`` /destroy_room - **Usage:** ``/destroy_room [room JID]`` + **Usage:** ``/destroy_room [room JID [reason [alternative venue]]]`` Try to destroy the room given as a parameter, or the current room is not parameter is given and the current tab is a chatroom. |