Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Commit

Permalink
Make “it’s a trap” work with a proper apostrophe
Browse files Browse the repository at this point in the history
Slack has a habit of auto-converting ' into ’
  • Loading branch information
meowgorithm committed Feb 12, 2014
1 parent 81a31cf commit ed5816d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/ackbar.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ ackbars = [
]

module.exports = (robot) ->
robot.hear /it'?s a trap\b/i, (msg) ->
robot.hear /it('|’)?s a trap\b/i, (msg) ->
msg.send msg.random ackbars

0 comments on commit ed5816d

Please sign in to comment.