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

Commit

Permalink
Fix username in response
Browse files Browse the repository at this point in the history
  • Loading branch information
justincampbell committed Feb 21, 2013
1 parent 0c8ddab commit f55f26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/whoisout.coffee
Expand Up @@ -29,7 +29,7 @@ plugin = (robot)->
thisDate = plugin.parseDate msg.match[1]?.trim()
if thisDate
plugin.save robot, thisDate, msg.message
msg.send "ok, #{msg.user.name} is out on #{thisDate}"
msg.send "ok, #{msg.message.user.name} is out on #{thisDate}"
else
msg.send 'unable to save date'

Expand Down

0 comments on commit f55f26c

Please sign in to comment.