Skip to content

Commit

Permalink
Remove self from reply all
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Jan 15, 2014
1 parent a57b964 commit d232174
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/t/cli.rb
Expand Up @@ -547,6 +547,7 @@ def reply(status_id, message)
users += extract_mentioned_screen_names(status.full_text)
users.uniq!
end
users -= Array(@rcfile.active_profile[0])
require 't/core_ext/string'
users.collect!(&:prepend_at)
opts = {:in_reply_to_status_id => status.id, :trim_user => true}
Expand Down

0 comments on commit d232174

Please sign in to comment.