Created
July 10, 2013 05:34
-
-
Save tzangms/5963713 to your computer and use it in GitHub Desktop.
Positive plugin for Hubot
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: | |
| # 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