From 550aa6efa484d8a3a3872ac947e140a3b009ff5f Mon Sep 17 00:00:00 2001 From: mathieui Date: Thu, 27 Mar 2014 23:45:47 +0100 Subject: Remove useless "installation" parts from the plugin documentations --- plugins/send_delayed.py | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'plugins/send_delayed.py') 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 `` + + 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 -- cgit v1.2.3