Skip to content

Commit

Permalink
More talker-style reply format with @mention
Browse files Browse the repository at this point in the history
  • Loading branch information
unixcharles committed Nov 1, 2011
1 parent 65ff157 commit 7d1030c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hubot/talker.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Talker extends Robot

reply: (user, strings...) ->
strings.forEach (str) =>
@send user, "#{user.name}: #{str}"
@send user, "@#{user.name} #{str}"

run: ->
self = @
Expand Down

0 comments on commit 7d1030c

Please sign in to comment.