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/screen_detach.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'plugins/screen_detach.py') diff --git a/plugins/screen_detach.py b/plugins/screen_detach.py index 6ee96896..2cc55cd6 100644 --- a/plugins/screen_detach.py +++ b/plugins/screen_detach.py @@ -1,3 +1,15 @@ +""" +This plugin will set your status to **away** if you detach your screen. + +Installation +------------ +You only have to load the plugin. + +.. code-block:: none + + /load screen_detach + +""" from plugin import BasePlugin import os import stat -- cgit v1.2.3