Skip to content

Instantly share code, notes, and snippets.

@daxanya2
Created December 3, 2013 11:20
Show Gist options
  • Save daxanya2/7767598 to your computer and use it in GitHub Desktop.
Save daxanya2/7767598 to your computer and use it in GitHub Desktop.
Hubot-scriptsのmsg.randomを学ぶ ref: http://qiita.com/daxanya2/items/4d7a8c94fa0756c97b5d
module.exports = (robot) ->
robot.hear /こんにちは/, (msg) ->
msg.send msg.random ["ちわー", "こんにちはっ", "ちゃーす", "こ、こんにちは"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment