From 4e9c76bf8bd334fe9bc8c19a05c79a51384ca897 Mon Sep 17 00:00:00 2001 From: Tanner Date: Tue, 13 Sep 2011 06:07:34 +0800 Subject: [PATCH] Scheduler: Added a description to README.txt --- plugins/Scheduler/README.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/Scheduler/README.txt b/plugins/Scheduler/README.txt index d60b47a97..a70bb42d6 100644 --- a/plugins/Scheduler/README.txt +++ b/plugins/Scheduler/README.txt @@ -1 +1,2 @@ -Insert a description of your plugin here, with any notes, etc. about using it. +This plugin allows you to scheduler commands to execute at a later time. +For example, 'scheduler add [seconds 30m] "echo [cpu]"' will schedule the command "cpu" to be sent to the channel in 30 minutes. \ No newline at end of file