diff options
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/commands.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/source/commands.rst b/doc/source/commands.rst index 7a6346c5..b7b00d46 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -55,6 +55,14 @@ These commands work in *any* tab. - ``/join room@server.tld/my_nick password`` - ``/join / password`` + /destroy_room + **Usage:** ``/destroy_room [room JID]`` + + 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. + + You need to be the owner of a room or a server admin to destroy it. + /exit /quit Just disconnect from the server and exit poezio. |