From d676c2ee7b6207ff0b2a7b384052ab07c08bf43a Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 13 Apr 2013 22:33:06 +0200 Subject: Move the plugins documentation (use automodule directive & docstrings) --- plugins/shuffle.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'plugins/shuffle.py') diff --git a/plugins/shuffle.py b/plugins/shuffle.py index edf13083..55f5cad2 100644 --- a/plugins/shuffle.py +++ b/plugins/shuffle.py @@ -1,3 +1,17 @@ +""" +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 + +""" from plugin import BasePlugin from random import shuffle -- cgit v1.2.3