Skip to content

Commit

Permalink
Merge pull request github#234 from ajacksified/put-it-back-script
Browse files Browse the repository at this point in the history
Put the table back.
  • Loading branch information
tombell committed Dec 28, 2011
2 parents 248a726 + 1eb939f commit 7f1b62b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/scripts/put-it-back.coffee
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# put back the table

module.exports = (robot) ->
robot.hear /(╯°□°)╯︵ ┻━┻/i, (msg) ->
msg.send('┬──┬ ノ( ゜-゜ノ)')

0 comments on commit 7f1b62b

Please sign in to comment.