Skip to content

Instantly share code, notes, and snippets.

@tondol
Last active August 29, 2015 14:15
Show Gist options
  • Save tondol/c6aae49d1fb475a7ec94 to your computer and use it in GitHub Desktop.
Save tondol/c6aae49d1fb475a7ec94 to your computer and use it in GitHub Desktop.
okome.coffee
# Description
# A Hubot script for shoda script
#
# Configuration:
# None
#
# Commands:
#
# Author:
# tondol
module.exports = (robot) ->
robot.hear /ダレカタスケテー/i, (msg) ->
msg.send "チョットマッテテー"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment