Created
February 7, 2013 19:21
-
-
Save darrinholst/4733415 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
# 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