miyagawa / hubot-cron

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

Don't want to notify nobody on `list jobs` command when the adapter type is Slack #31

Closed ganta closed 9 years ago

ganta commented 9 years ago

I use Hubot with Slack adapter.

For example, the following job is registerd:

0 9 * * * "<!channel> Good morning!"

This job notify the channel members in time.

But, I don't want to notify anybody when check the registerd jobs.

ganta commented 9 years ago

寿司ゆき:thanks_temaki