Skip to content

Instantly share code, notes, and snippets.

@indirect
Created November 27, 2012 20:34
Show Gist options
  • Save indirect/4156828 to your computer and use it in GitHub Desktop.
Save indirect/4156828 to your computer and use it in GitHub Desktop.
# I have no idea what I'm doing
urls = [
"http://i1.kym-cdn.com/entries/icons/original/000/008/342/noidea.jpg", # photographer
"http://sureiscute.com/images/cutepictures/I_Have_No_Idea_What_I_m_Doing.jpg", # programmer
"http://i0.kym-cdn.com/photos/images/newsfeed/000/234/786/bf7.gif", # minigolf (animated)
"http://i2.kym-cdn.com/photos/images/newsfeed/000/234/137/5c4.jpg", # helicopter
]
module.exports = (robot) ->
robot.hear /i have no idea what i'?m doing(.*)/i, (msg) ->
msg.send msg.random urls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment