Skip to content

Instantly share code, notes, and snippets.

@ecylmz
Created February 2, 2012 12:38
Show Gist options
  • Save ecylmz/1723280 to your computer and use it in GitHub Desktop.
Save ecylmz/1723280 to your computer and use it in GitHub Desktop.
module.exports = (robot) ->
robot.respond /gist (.*)/i, (msg) ->
msg.http("https://api.github.com/gists/1709457")
.get() (err, res, body) ->
msg.send JSON.parse(body).files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment