diff options
author | mathieui <mathieui@mathieui.net> | 2014-04-26 14:05:28 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-04-26 14:05:28 +0200 |
commit | 1f0ff4f0c30f5326e1b36ff03ebf83ac85239e89 (patch) | |
tree | 77aa90b2a0a7b3a8fec744b7c45f817ccd593e62 /doc/source/commands.rst | |
parent | 4c4e2083a6f4cab94b5cf63620e7a1be66c82817 (diff) | |
download | poezio-1f0ff4f0c30f5326e1b36ff03ebf83ac85239e89.tar.gz poezio-1f0ff4f0c30f5326e1b36ff03ebf83ac85239e89.tar.bz2 poezio-1f0ff4f0c30f5326e1b36ff03ebf83ac85239e89.tar.xz poezio-1f0ff4f0c30f5326e1b36ff03ebf83ac85239e89.zip |
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)
Diffstat (limited to 'doc/source/commands.rst')
-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. |