From 0e4343418c57ee12d7f03b5c837da3fdd796bc72 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Wed, 5 Aug 2015 15:16:30 -0400 Subject: [PATCH] add more commands --- scripts/dance.coffee | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/scripts/dance.coffee b/scripts/dance.coffee index 27c2f38..18c5f47 100644 --- a/scripts/dance.coffee +++ b/scripts/dance.coffee @@ -8,6 +8,8 @@ # # Commands: # hubot dance - Dance! +# hubot kanban - link our kanban board +# hubot statsd - Link our graphana dashboard module.exports = (robot) -> @@ -27,8 +29,15 @@ module.exports = (robot) -> # # lulz = ['lol', 'rofl', 'lmao'] # - robot.respond /dance/i, (res) -> - res.send "http://hubotbraintparnell.blob.core.windows.net/tparnellrandom/imageedit_6_9390856511.gif" + robot.respond /dance/i, (res) -> + res.send "http://hubotbraintparnell.blob.core.windows.net/tparnellrandom/imageedit_6_9390856511.gif" + + robot.respond /kanban/i, (res) -> + res.send "http://vp/galboard" + + robot.respond /statsd/i, (res) -> + res.send "http://vp/galstats" + # # robot.topic (res) -> # res.send "#{res.message.text}? That's a Paddlin'"