Skip to content

Instantly share code, notes, and snippets.

@kyleknighted
Created February 25, 2013 17:34
Show Gist options
  • Save kyleknighted/5031578 to your computer and use it in GitHub Desktop.
Save kyleknighted/5031578 to your computer and use it in GitHub Desktop.
Hubot - Put It Back script
# put back the table
#
# flip a table and the bot cleans up the rooms
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