Created
November 27, 2012 20:34
-
-
Save indirect/4156828 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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