Skip to content

Instantly share code, notes, and snippets.

@suisho
Created March 7, 2013 11:27
Show Gist options
  • Save suisho/5107419 to your computer and use it in GitHub Desktop.
Save suisho/5107419 to your computer and use it in GitHub Desktop.
hubotに即死魔法をかける
module.exports = (robot) ->
robot.respond /ザラキ/ ,(msg)->
msg.send robot.name+" は しんでしまった"
process.nextTick () ->
throw new Error "!!! Thwack !!!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment