hubot-scripts
Version:
Allows you to opt in to a variety of scripts
19 lines (17 loc) • 357 B
text/coffeescript
# Description:
# Zach Holman hates weasel words. Frick.
#
# Dependencies:
# None
#
# Configuration:
# None
#
# Commands:
# frick - Let Zach Holman tell you what word to use instead of "frick"
#
# Authors:
# lmarburger
module.exports = (robot) ->
robot.hear /frick/i, (msg) ->
msg.send 'https://twitter.com/holman/status/296703339696111617'