From e7d58cc485b9eb007c0b46d405f47919e8199f01 Mon Sep 17 00:00:00 2001 From: ISHIKAWA Mutsumi Date: Thu, 18 Oct 2012 15:28:44 +0900 Subject: [PATCH] message format fix --- mubot4fb.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mubot4fb.pl b/mubot4fb.pl index a0a141b..a2f2ce7 100755 --- a/mubot4fb.pl +++ b/mubot4fb.pl @@ -253,7 +253,7 @@ sub _search_next { my $count = @{$me->{last_search}->{$args->{who}}}; if ($count) { } - $resp_msg = $args->{who} . ': ' . $me->_format_submit($ent).'に言ってた'.($count ? ' [ほか'.$count.'件] ' : '[ほかにはもうないよ] ').$me->_fb_post_uri($ent->{fb_post_id}); + $resp_msg = $args->{who} . ': ' . $me->_format_submit($ent).'に言ってた '.($count ? '[ほか'.$count.'件] ' : '[ほかにはもうないよ] ').$me->_fb_post_uri($ent->{fb_post_id}); } } return $resp_msg; -- 2.11.0