From ed7fe693b4e2a4354a7db58d03bc74f155f1ad71 Mon Sep 17 00:00:00 2001 From: mathieui Date: Tue, 9 Dec 2014 01:13:14 +0100 Subject: Fix #2802 (add a /closeall command, with a new plugin) --- doc/source/plugins/close_all.rst | 6 ++++++ doc/source/plugins/index.rst | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 doc/source/plugins/close_all.rst (limited to 'doc') 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 ` + + Close all tabs except MUCs and the roster. + Day Change :ref:`Documentation ` @@ -285,3 +290,4 @@ Plugin index irc change_title pipe_cmd + close_all -- cgit v1.2.3