From 550aa6efa484d8a3a3872ac947e140a3b009ff5f Mon Sep 17 00:00:00 2001 From: mathieui Date: Thu, 27 Mar 2014 23:45:47 +0100 Subject: Remove useless "installation" parts from the plugin documentations --- plugins/shuffle.py | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'plugins/shuffle.py') diff --git a/plugins/shuffle.py b/plugins/shuffle.py index 55f5cad2..e4fc81c8 100644 --- a/plugins/shuffle.py +++ b/plugins/shuffle.py @@ -1,16 +1,6 @@ """ Shuffle the words in every message you send in a :ref:`muctab` -(may confuse the reader). - -Installation ------------- - -You only have to load the plugin: - -.. code-block:: none - - /load shuffle - +(may/should confuse the reader). """ from plugin import BasePlugin from random import shuffle -- cgit v1.2.3