hubot-cron-events
Advanced tools
Comparing version
Hubot-cron-events Changelog | ||
========================== | ||
### 0.2.1 - 2016-08-23 | ||
- add tz in the list display | ||
- make list display look like the syntax of addJob | ||
- actually .cron status is still there | ||
### 0.2.0 - 2016-08-23 | ||
@@ -5,0 +10,0 @@ - add a way to include data params in job creation using 'with' |
{ | ||
"name": "hubot-cron-events", | ||
"description": "A hubot plugin to perform generic event emission scheduled using cron job.", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "mose", |
@@ -67,2 +67,4 @@ Hubot Cron Events Plugin | ||
.cron blah message = tick tack | ||
or | ||
.cron blah */5 * * * * * cron.message with room=shell message=tick tack | ||
.cron start blah | ||
@@ -69,0 +71,0 @@ activates the job, which will run every 5 seconds |
Sorry, the diff of this file is not supported yet
17709
1.77%171
1.18%