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

Commit

Permalink
Added support for "im"
Browse files Browse the repository at this point in the history
  • Loading branch information
wadewilliams committed Mar 11, 2013
1 parent dec2687 commit 71f2bca
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 @@ -29,7 +29,7 @@ module.exports = (robot) ->
msg.send messageText


robot.respond /(i\'m|i am) working on (.*)/i, (msg) ->
robot.respond /(i\'m|i am|im) working on (.*)/i, (msg) ->
name = msg.message.user.name
user = robot.brain.userForName name

Expand Down

0 comments on commit 71f2bca

Please sign in to comment.