Ennovar / ennovarbot

Hubot for Ennovar Slack
2 stars 1 forks source link

bot events AND bot new event <info> #5

Open RyFisher opened 8 years ago

RyFisher commented 8 years ago

When user types "bot new event " add the info to a list of Ennovar events.

When user types "bot events", display a list of dev-ICT events in the Wichita area, and user-generated Ennovar events.

See https://github.com/devict/devict-hubot/blob/master/scripts/events.js for the dev-ICT events.

These commands MUST use hubot-redis-brain to store data, otherwise all scheduled times will be lost when the bot restarts. Check the hubot documentation for "Persistence" and using robot.brain

RyFisher commented 8 years ago

@manishjunna and @raghu25 will be working on this