Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@briceburg
Created November 17, 2017 22:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save briceburg/87de5bb06a5212d58e8bc871495a8e9d to your computer and use it in GitHub Desktop.
Save briceburg/87de5bb06a5212d58e8bc871495a8e9d to your computer and use it in GitHub Desktop.
restart hubot on reincarnate command
module.exports = (robot) ->
robot.hear /reincarnate hubots?/i, (res) ->
res.send "goodbye for now cruel world. may I return a better bot... (boom)!"
setTimeout ->
process.exit();
, 500
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment