Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
Because we all need a little more sax in our lives
Browse files Browse the repository at this point in the history
  • Loading branch information
dennmart committed Mar 13, 2012
1 parent c0dbc26 commit 329cb72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/miscelaneous.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ exports.giJoeRandom = function(room) {

exports.sax = function(room) {
var sax_stuff = ["http://74.207.244.98/sax/sax_guy_1.gif", "http://74.207.244.98/sax/sax_guy_2.gif", "http://www.youtube.com/watch?v=VrdwhXNt4qw",
"http://www.youtube.com/watch?v=vsPp4tfBnGk", ];
"http://www.youtube.com/watch?v=vsPp4tfBnGk", "http://www.youtube.com/watch?v=oQdumlpsl60", "http://www.youtube.com/watch?v=7XUfHy-OM24",
"http://www.youtube.com/watch?v=pWfFQ6lL70E"];
room.speak(sax_stuff.randomize().first());
}

0 comments on commit 329cb72

Please sign in to comment.