From 1f0ff4f0c30f5326e1b36ff03ebf83ac85239e89 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 26 Apr 2014 14:05:28 +0200 Subject: Fix #2444 (implement room destroy) - destroy the current room if no parameter - destroy the room given as a parameter if any - no reason or alt room because it would be ambiguous in a command (implementation ideas welcome) --- doc/source/commands.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc/source/commands.rst') 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. -- cgit v1.2.3