Skip to content

Instantly share code, notes, and snippets.

@justinclayton
Created April 26, 2013 23:07
Show Gist options
  • Save justinclayton/5471028 to your computer and use it in GitHub Desktop.
Save justinclayton/5471028 to your computer and use it in GitHub Desktop.
Bee. Cat.
module.exports = (robot) ->
robot.hear /bee.?cat+s?\b/i, (message) ->
message.send "http://bit.ly/thebeecat"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment