diff --git a/scripts/wholehog.coffee b/scripts/wholehog.coffee index cfb7c69..77848c4 100644 --- a/scripts/wholehog.coffee +++ b/scripts/wholehog.coffee @@ -2,3 +2,5 @@ module.exports = (robot) -> robot.router.get '/wholehog', (req, res) -> robot.messageRoom "226_gallery_testing@conf.hipchat.com", "https://tparnell.blob.core.windows.net/hubot/hqdefault.jpg" res.send 'OK' + robot.respond /whole hog/i, (res) -> + res.send "https://tparnell.blob.core.windows.net/hubot/hqdefault.jpg"