Skip to content

Instantly share code, notes, and snippets.

@kylehotchkiss
Created December 30, 2014 22:40
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 kylehotchkiss/42e093d4236ce9f8b8fd to your computer and use it in GitHub Desktop.
Save kylehotchkiss/42e093d4236ce9f8b8fd to your computer and use it in GitHub Desktop.
monster commit
//
// 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