Skip to content

Commit

Permalink
Like a boss
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgifford committed Oct 27, 2011
1 parent 7b087fd commit 0798e5b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/scripts/likeaboss.coffee
@@ -0,0 +1,14 @@
# LIKE A BOSS
#

images = [
"http://s3.amazonaws.com/kym-assets/photos/images/original/000/114/151/14185212UtNF3Va6.gif?1302832919",
"http://s3.amazonaws.com/kym-assets/photos/images/newsfeed/000/110/885/boss.jpg",
"http://verydemotivational.files.wordpress.com/2011/06/demotivational-posters-like-a-boss.jpg",
"http://assets.head-fi.org/b/b3/b3ba6b88_funny-facebook-fails-like-a-boss3.jpg",
"http://img.anongallery.org/img/6/0/like-a-boss.jpg",
]

module.exports = (robot) ->
robot.hear /like a boss/i, (msg) ->
msg.send msg.random images

0 comments on commit 0798e5b

Please sign in to comment.