Skip to content

Instantly share code, notes, and snippets.

@darrinholst
Created February 7, 2013 19:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darrinholst/4733415 to your computer and use it in GitHub Desktop.
Save darrinholst/4733415 to your computer and use it in GitHub Desktop.
# Description:
# Salt-n-Pepa
#
# Commands:
# push it - Display some motivation from Salt-n-Pepa
saltnpepas = [
"http://cdn.madamenoire.com/wp-content/uploads/2011/02/salt_n_pepa_1.jpg"
"http://upload.wikimedia.org/wikipedia/en/3/30/Push_It_by_Salt-N-Pepa_single_cover.jpg"
"http://blogs.laweekly.com/westcoastsound/Salt-N-Pepa49919.jpg"
"http://1.bp.blogspot.com/_-XO8q1jaq8Q/TGN7r7D4KvI/AAAAAAAACDM/CUYvKygTv_g/s1600/SALT+N+PEPA+PUSH+IT+COVER+1.jpg"
]
module.exports = (robot) ->
robot.hear /push(ed)? it/i, (msg) ->
msg.send msg.random saltnpepas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment