summaryrefslogtreecommitdiff
path: root/plugins/send_delayed.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/send_delayed.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/send_delayed.py')
-rw-r--r--plugins/send_delayed.py20
1 files changed, 20 insertions, 0 deletions
diff --git a/plugins/send_delayed.py b/plugins/send_delayed.py
index 3f678708..3f9ed931 100644
--- a/plugins/send_delayed.py
+++ b/plugins/send_delayed.py
@@ -1,3 +1,23 @@
+"""
+Send a message after a certain delay.
+
+Usage
+-----
+
+This plugin adds a command to the chat tabs.
+
+.. glossary::
+
+ /send_delayed
+ **Usage:** ``/send_delayed <delay> <message>``
+
+ Send a message after a given delay to the current tab.
+ The delay can be either in seconds or in a classic XdXhXm format
+ (e.g. ``7h3m`` or ``1d``), some examples are given with the
+ autocompletion.
+
+
+"""
from plugin import BasePlugin
import tabs
import common