Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Commit

Permalink
Merge pull request #480 from arbales/master
Browse files Browse the repository at this point in the history
To create a genuinely new experience.
  • Loading branch information
tombell committed Jun 28, 2012
2 parents 105e54c + 335bdee commit 3eb7759
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions src/scripts/ive.coffee
@@ -0,0 +1,30 @@
# Description:
# To create something that's… that's genuinely new,
# you have to… to start again.
#
# Dependencies:
# None
#
# Configuration:
# None
#
# Commands:
# <anything Ivey> - Display an Ive
#
# Author:
# arbales

ives = [
"http://www.blogcdn.com/www.engadget.com/media/2012/03/jony-ive-10-20-09.jpg",
"http://betanews.com/wp-content/uploads/media/60/6057.png",
"http://www.socialgazelle.com/wp-content/uploads/2012/05/jonathan-ive.jpg",
"http://www3.pcmag.com/media/images/238530-jonathan-ive.jpg",
"http://farm5.static.flickr.com/4089/5213864251_6a686844ca.jpg",
"http://www.ipadforums.net/wallpapers/data/500/jonathan_ive.JPG",
"http://www.wearesuperfamous.com/wp-content/jonny_ive11.jpg"
]

module.exports = (robot) ->
robot.hear /(essential|elegant|efficient|experience|incredible|meticulous|unibody|from the ground up)/i, (msg) ->
msg.send msg.random ives

0 comments on commit 3eb7759

Please sign in to comment.