Skip to content

Instantly share code, notes, and snippets.

@kacy
Created November 14, 2014 15:32
Show Gist options
  • Save kacy/e3cd5b56e43c73896d76 to your computer and use it in GitHub Desktop.
Save kacy/e3cd5b56e43c73896d76 to your computer and use it in GitHub Desktop.
go heels go america
# Description:
# Make hubot an obnoxious UNC fan
#
# Dependencies:
# none
#
# Commands:
# go heels go america
#
# Author:
# kacy
images = [
"http://cdn1.sbnation.com/imported_assets/1219719/153056295.jpg",
"http://ih3.redbubble.net/image.25326569.8756/sticker,375x360.u1.png",
"http://chapelboro.com/wp-content/uploads/2014/04/unc-fb-500x350.jpg",
"http://media-cache-ak0.pinimg.com/236x/9f/f2/f6/9ff2f6839a5fd0b306c0a93253cc37a5.jpg",
"http://media-cache-ec0.pinimg.com/236x/b7/a2/8b/b7a28b6c39fe00d64afce37841354cfd.jpg",
"https://pbs.twimg.com/media/BVCUs4MCAAEGu4g.jpg"
]
module.exports = (robot) ->
robot.hear /(go heels go america)/i, (msg) ->
msg.send msg.random images
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment