Skip to content

Instantly share code, notes, and snippets.

@ryanbateman
Last active June 30, 2016 13:49
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 ryanbateman/77f7b0d0caec492ed0d7078689f0c149 to your computer and use it in GitHub Desktop.
Save ryanbateman/77f7b0d0caec492ed0d7078689f0c149 to your computer and use it in GitHub Desktop.
Hubot "Unflip a table" script
# Description:
# Listen for any table flips, clean up afterwards
#
# Author:
# @rynbtmn
module.exports = (robot) ->
robot.hear /┻━┻/i, (res) ->
res.send "┬─┬ノ( º _ ºノ)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment