Scheduler: Added a description to README.txt

This commit is contained in:
Tanner 2011-09-13 06:07:34 +08:00 committed by Valentin Lorentz
parent 99de7b2347
commit 4e9c76bf8b

View File

@ -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.