summaryrefslogtreecommitdiff
path: root/doc/en/plugins/send_delayed.txt
blob: 02321441278b8f7e571831a75f2fc37068a2d51f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Send delayed
============

This plugin sends a message after a given time.

Installation
------------
You only have to load the plugin:

==============

 /load send_delayed

==============

Usage
-----
This plugin defines one new command for chat tabs: _/send_delayed_.

================

 /send_delayed <delay> <message>

================

_delay_ can be seconds, or a time-string (as in the
link:reminder.html[reminder plugin]).

.Time in a string
=======================

 /send_delayed 5h "Hey, did you know that it’s 6AM and I’m sleeping?"

=======================