respond to whole hog

This commit is contained in:
Tommy Parnell
2018-04-13 18:23:02 -04:00
parent 2d98618a49
commit fa145a42ec

View File

@@ -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"