Skip to content

Commit

Permalink
add webster achievement
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris committed Oct 28, 2011
1 parent 27d350e commit b9c622a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/scripts/achievement_unlocked.coffee
Expand Up @@ -9,3 +9,7 @@ module.exports = (robot) ->
if email
url += "?email=#{escape(email.trim())}.png"
msg.send(url)

robot.hear /acheivement (get|unlock(ed)?)/i, (msg) ->
url = "http://achievement-unlocked.heroku.com/xbox/#{escape("Bane of Daniel Webster")}.png"
msg.send(url)

0 comments on commit b9c622a

Please sign in to comment.