summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2014-12-09 01:13:14 +0100
committermathieui <mathieui@mathieui.net>2014-12-09 01:13:14 +0100
commited7fe693b4e2a4354a7db58d03bc74f155f1ad71 (patch)
treeff10ed17bb8975864a1914ab5c0415db00abf3ec /doc
parent7b3265c636baef56e0468891cff236a462dad0a2 (diff)
downloadpoezio-ed7fe693b4e2a4354a7db58d03bc74f155f1ad71.tar.gz
poezio-ed7fe693b4e2a4354a7db58d03bc74f155f1ad71.tar.bz2
poezio-ed7fe693b4e2a4354a7db58d03bc74f155f1ad71.tar.xz
poezio-ed7fe693b4e2a4354a7db58d03bc74f155f1ad71.zip
Fix #2802 (add a /closeall command, with a new plugin)
Diffstat (limited to 'doc')
-rw-r--r--doc/source/plugins/close_all.rst6
-rw-r--r--doc/source/plugins/index.rst6
2 files changed, 12 insertions, 0 deletions
diff --git a/doc/source/plugins/close_all.rst b/doc/source/plugins/close_all.rst
new file mode 100644
index 00000000..853a6e0d
--- /dev/null
+++ b/doc/source/plugins/close_all.rst
@@ -0,0 +1,6 @@
+.. _closeall-plugin:
+
+Close all
+=========
+
+.. automodule:: close_all
diff --git a/doc/source/plugins/index.rst b/doc/source/plugins/index.rst
index b86423c7..0b30a331 100644
--- a/doc/source/plugins/index.rst
+++ b/doc/source/plugins/index.rst
@@ -82,6 +82,11 @@ Plugin index
Allows a message to be broadcasted on all the rooms your are in.
Caution: do not overuse.
+ Close all
+ :ref:`Documentation <closeall-plugin>`
+
+ Close all tabs except MUCs and the roster.
+
Day Change
:ref:`Documentation <daychange-plugin>`
@@ -285,3 +290,4 @@ Plugin index
irc
change_title
pipe_cmd
+ close_all