From a130b1e136286cd8831e62f58d6710092f3ee74a Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Sun, 23 Mar 2008 17:16:04 +0100 Subject: [PATCH] youtube plugin: more compact info representation --- data/rbot/plugins/youtube.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/rbot/plugins/youtube.rb b/data/rbot/plugins/youtube.rb index 2f009f11..f524cb36 100644 --- a/data/rbot/plugins/youtube.rb +++ b/data/rbot/plugins/youtube.rb @@ -145,7 +145,7 @@ class YouTubePlugin < Plugin debug e end if vid - m.reply(_("Video: %{bold}%{title}%{bold} [%{cat}] %{rating} @ %{url} by %{author} (%{duration}). %{views} views, faved %{faves} times.\nDescription: %{desc}") % + m.reply(_("%{bold}%{title}%{bold} [%{cat}] %{rating} @ %{url} by %{author} (%{duration}). %{views} views, faved %{faves} times. %{desc}") % {:bold => Bold}.merge(vid)) else m.reply(_("couldn't retrieve infos on video code %{code}") % {:code => code}) -- 2.39.2