Skip to content

Commit

Permalink
Change to deploy version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyoho committed Jan 15, 2016
1 parent dd3af5f commit 8c8efc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def analyze status
if text !~ /^RT / and text !~ /@/ and text !~ /http/ and text =~ /バルス/
if bals_density_high?(text)
puts CE.fg(:green).get("@#{user.screen_name}: #{text}")
@client.update("at #{status.user.screen_name} " + random_message, in_reply_to_status_id: status.id)
@client.update("@#{status.user.screen_name} " + random_message, in_reply_to_status_id: status.id)
@client.favorite(status.id)
end
end
Expand Down

0 comments on commit 8c8efc8

Please sign in to comment.