diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-03-23 17:16:04 +0100 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-03-23 17:16:04 +0100 |
commit | a130b1e136286cd8831e62f58d6710092f3ee74a (patch) | |
tree | 4b083f92ef8ce7a5a44614af7e4b13b2fb865646 | |
parent | 08e27c3aa7aa63bdd2f65e26c431804a182aee84 (diff) |
youtube plugin: more compact info representation
-rw-r--r-- | data/rbot/plugins/youtube.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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}) |