diff options
Diffstat (limited to 'plugins/screen_detach.py')
-rw-r--r-- | plugins/screen_detach.py | 12 |
1 files changed, 12 insertions, 0 deletions
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 |