Skip to content

Commit

Permalink
Merge pull request github#1186 from wadewilliams/patch-1
Browse files Browse the repository at this point in the history
Support whats|what is|what's
  • Loading branch information
technicalpickles committed Oct 15, 2013
2 parents 1d72a8a + 886ce98 commit 05c0b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/working-on.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module.exports = (robot) ->

robot.respond /what is @?([\w .\-]+) working on(\?)?$/i, (msg) ->
robot.respond /(what\'s|what is|whats) @?([\w .\-]+) working on(\?)?$/i, (msg) ->
name = msg.match[1].trim()

if name is "you"
Expand Down

0 comments on commit 05c0b85

Please sign in to comment.