Skip to content

Instantly share code, notes, and snippets.

@maxehmookau
Created April 1, 2014 08:25
Show Gist options
  • Save maxehmookau/f76781f6705456c00bdd to your computer and use it in GitHub Desktop.
Save maxehmookau/f76781f6705456c00bdd to your computer and use it in GitHub Desktop.
April fool tea making bot
module.exports = (robot) ->
robot.respond /who should make tea\??/i, (msg) ->
msg.send "@SamKnight should make tea"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment