Skip to content

Instantly share code, notes, and snippets.

@tzangms
Created July 10, 2013 05:34
Show Gist options
  • Select an option

  • Save tzangms/5963713 to your computer and use it in GitHub Desktop.

Select an option

Save tzangms/5963713 to your computer and use it in GitHub Desktop.
Positive plugin for Hubot
# Description:
# Positive plugin, it just anwsers you "超充實der!"
#
module.exports = (robot) ->
robot.respond /今天.*|How's going/i, (msg) ->
msg.send "超充實der!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment