Skip to content

Instantly share code, notes, and snippets.

@Drunkar
Created August 4, 2016 09:55
Show Gist options
  • Save Drunkar/a2daaca834ac569a8ed32febcecb2619 to your computer and use it in GitHub Desktop.
Save Drunkar/a2daaca834ac569a8ed32febcecb2619 to your computer and use it in GitHub Desktop.
module.exports = (robot) ->
robot.hear /ボールを相手のゴールに$/i, (msg) ->
msg.reply "シュゥゥゥーッ!!"
robot.hear /超(!|!)$/i, (msg) ->
msg.reply "エキサイティン!!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment