summaryrefslogtreecommitdiff
path: root/plugins/revstr.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/revstr.py')
-rw-r--r--plugins/revstr.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/revstr.py b/plugins/revstr.py
index 27141969..4d5720dc 100644
--- a/plugins/revstr.py
+++ b/plugins/revstr.py
@@ -1,3 +1,17 @@
+"""
+Reverse everything you say.
+
+Installation
+------------
+
+You only have to load the plugin:
+
+.. code-block:: none
+
+ /load revstr
+
+
+"""
from plugin import BasePlugin
class Plugin(BasePlugin):