UNPKG

hubot-scripts

Version:

Allows you to opt in to a variety of scripts

19 lines (17 loc) 259 B
# Description: # Hubot enjoys delicious snacks # # Dependencies: # None # # Configuration: # None # # Commands: # botsnack - give the boot a food # # Author: # richo module.exports = (robot) -> robot.hear /^botsnack/i, (msg) -> msg.send ":D"