From 0d21c1b74b7218a4f7a58cb0c42b89926c7b3583 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 6 May 2012 22:09:27 +0200 Subject: Add the missing plugin docs --- doc/en/plugins/send_delayed.txt | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 doc/en/plugins/send_delayed.txt (limited to 'doc/en/plugins/send_delayed.txt') diff --git a/doc/en/plugins/send_delayed.txt b/doc/en/plugins/send_delayed.txt new file mode 100644 index 00000000..02321441 --- /dev/null +++ b/doc/en/plugins/send_delayed.txt @@ -0,0 +1,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_ 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?" + +======================= -- cgit v1.2.3