summaryrefslogtreecommitdiff
path: root/plugins/tell.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/tell.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/tell.py')
-rw-r--r--plugins/tell.py11
1 files changed, 2 insertions, 9 deletions
diff --git a/plugins/tell.py b/plugins/tell.py
index 96b5bb1e..6aa8357d 100644
--- a/plugins/tell.py
+++ b/plugins/tell.py
@@ -1,13 +1,6 @@
"""
The command added by this plugin sends a message to someone when he next joins.
-Installation
-------------
-You only have to load the plugin:
-
-
-``/load tell``
-
Usage
-----
This plugin defines two new commands for MUC tabs: :term:`/tell` and :term:`/untell`.
@@ -16,12 +9,12 @@ This plugin defines two new commands for MUC tabs: :term:`/tell` and :term:`/unt
:sorted:
/tell
- *Usage*: ``/tell <nick> <message>``
+ **Usage:** ``/tell <nick> <message>``
Send *message* to *nick* at his next join.
/untell
- *Usage:* ``/untell <nick>``
+ **Usage:** ``/untell <nick>``
Cancel all scheduled messages to *nick*.