UNPKG

hubot-scripts

Version:

Allows you to opt in to a variety of scripts

20 lines (18 loc) 308 B
# Description: # None # # Dependencies: # None # # Configuration: # None # # Commands: # # Author: # cgarvis module.exports = (robot) -> robot.hear /^(sweet|dude)!/i, (msg) -> switch msg.match[1].toLowerCase() when "sweet" then msg.send "Dude!" when "dude" then msg.send "Sweet!"