hubot-mr-skeltal
Version:
mr skeltal will give you good bones and calcium if you thank
20 lines (16 loc) • 349 B
text/coffeescript
# Description:
# make sure you thank mr skeltal for good bones and calcium
#
# Commands:
# thank mr skeltal - thank mr skeltal
thanks = [
"doot",
"doots doot",
"doots le doot",
"doots his dooter",
"doot doot",
"gives calcium"
]
module.exports = (robot) ->
robot.hear /thank mr skeltal/, (msg) ->
msg.emote msg.random thanks