Created
December 30, 2014 22:40
-
-
Save kylehotchkiss/42e093d4236ce9f8b8fd to your computer and use it in GitHub Desktop.
monster commit
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 | |
// Show a Monster Commit image | |
// | |
module.exports = function( robot ) { | |
robot.hear(/monster commit/i, function( msg ) { | |
msg.reply( "http://files.kylehotchkiss.com.s3.amazonaws.com/monster-commit.jpg" ); | |
}); | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment