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

Commit

Permalink
updated emailer to have the from address be the user's id
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Krauss committed Oct 23, 2012
1 parent 91c7dd1 commit f3f7b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/email.coffee
Expand Up @@ -29,5 +29,5 @@ module.exports = (robot) ->
util.print 'stderr: ' + stderr

robot.respond /email (.*) -s (.*) -m (.*)/i, (msg) ->
sendEmail msg.match[1], msg.match[2], msg.match[3], msg.message.user.name
sendEmail msg.match[1], msg.match[2], msg.match[3], msg.message.user.id
msg.send "email sent"

0 comments on commit f3f7b0a

Please sign in to comment.