summaryrefslogtreecommitdiff
path: root/plugins/status.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/status.py')
-rw-r--r--plugins/status.py35
1 files changed, 35 insertions, 0 deletions
diff --git a/plugins/status.py b/plugins/status.py
index c3e0aa7b..9926ffc8 100644
--- a/plugins/status.py
+++ b/plugins/status.py
@@ -1,3 +1,38 @@
+"""
+This plugin adds several aliases, to shorten status changes.
+
+Installation
+------------
+You only have to load the plugin.
+
+.. code-block:: none
+
+ /load status
+
+Aliases
+-------
+
+.. glossary::
+ :sorted:
+
+ /afk
+ /away
+ Set your status to ``away``
+
+ /dnd
+ /busy
+ Set your status to ``dnd``
+
+ /available
+ Set your status to ``available``
+
+ /chat
+ Set your status to ``chat``
+
+ /xa
+ Set your status to ``xa``
+
+"""
from plugin import BasePlugin
class Plugin(BasePlugin):