Skip to content

Instantly share code, notes, and snippets.

@omarqureshi
Created October 24, 2013 11:18
Show Gist options
  • Save omarqureshi/7135395 to your computer and use it in GitHub Desktop.
Save omarqureshi/7135395 to your computer and use it in GitHub Desktop.
# Description:
# Spits out Look my strong gif
#
# Commands:
# look my strong
module.exports = (robot) ->
robot.hear /look my strong/i, (msg) ->
msg.send "http://cdn.gifbay.com/2013/09/look_my_strong-86403.gif"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment