miyagawa / hubot-cron

Crontab like scheduling messages for Hubot
214 stars 47 forks source link

Add execution support #34

Closed bisscuitt closed 3 years ago

bisscuitt commented 8 years ago

Add functionality to send commands back into hubot.

miyagawa> hubot new job 0 9 * * 1-5 exec hubot ping
hubot> Job 45678 created

...

hubot> PONG

I'm not 100% sure about the command syntax, but it seems workable to me.

I've only tested this in the Shell adapter so far.

Resolves #12

kcm commented 8 years ago

Would love to see this.

dynaum commented 8 years ago

:+1: