summaryrefslogtreecommitdiff
path: root/plugins/spam.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2014-03-27 23:45:47 +0100
committermathieui <mathieui@mathieui.net>2014-03-27 23:45:47 +0100
commit550aa6efa484d8a3a3872ac947e140a3b009ff5f (patch)
tree3d037e4db40c0addd2c51720a7ddec056d7aaf89 /plugins/spam.py
parente80ea90e58bc9091729482e67eb24d3a94fecf30 (diff)
downloadpoezio-550aa6efa484d8a3a3872ac947e140a3b009ff5f.tar.gz
poezio-550aa6efa484d8a3a3872ac947e140a3b009ff5f.tar.bz2
poezio-550aa6efa484d8a3a3872ac947e140a3b009ff5f.tar.xz
poezio-550aa6efa484d8a3a3872ac947e140a3b009ff5f.zip
Remove useless "installation" parts from the plugin documentations
Diffstat (limited to 'plugins/spam.py')
-rw-r--r--plugins/spam.py17
1 files changed, 5 insertions, 12 deletions
diff --git a/plugins/spam.py b/plugins/spam.py
index e7a93e44..9caf9eca 100644
--- a/plugins/spam.py
+++ b/plugins/spam.py
@@ -1,20 +1,13 @@
"""
Add a subtle little advertising in your messages.
-Installation
-------------
-
-You only have to load the plugin:
-
-.. code-block:: none
-
- /load spam
-
-
Configuration
-------------
-[spam]
-ad = I’m a happy poezio user. Get it at http://poezio.eu
+
+.. code-block:: ini
+
+ [spam]
+ ad = I’m a happy poezio user. Get it at http://poezio.eu
"""