From 8c8efc8a39c74505caa0d4162a37ae908269804e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=97=E4=91=93=E5=A6=82=E6=B3=95?= Date: Fri, 15 Jan 2016 23:27:45 +0900 Subject: [PATCH] Change to deploy version --- lib/util.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util.rb b/lib/util.rb index 8fc5cb0..6839b40 100644 --- a/lib/util.rb +++ b/lib/util.rb @@ -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