add more commands

This commit is contained in:
Tommy Parnell
2015-08-05 15:16:30 -04:00
parent bc629173bc
commit 0e4343418c

View File

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