Created
February 5, 2013 14:08
-
-
Save henrrrik/4714657 to your computer and use it in GitHub Desktop.
LÄGG UT!
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: | |
# LÄGG UT | |
# | |
module.exports = (robot) -> | |
robot.hear /lägg ut/i, (msg) -> | |
msg.send 'http://www.youtube.com/watch?v=H30SvVzluwI?autoplay=true' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment