From 117fc578fe79f97ab6de26679d8cfd2755aaddc6 Mon Sep 17 00:00:00 2001 From: Raine Virta Date: Thu, 19 Feb 2009 03:40:26 +0200 Subject: lastfm: fix misplaced parenthesis in output --- data/rbot/plugins/lastfm.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/rbot/plugins/lastfm.rb b/data/rbot/plugins/lastfm.rb index 52f9754e..8742e4f7 100644 --- a/data/rbot/plugins/lastfm.rb +++ b/data/rbot/plugins/lastfm.rb @@ -581,7 +581,7 @@ class LastFmPlugin < Plugin format = "%{artist} (%{bold}%{plays}%{bold})" artist = item.elements["name"].text when :toptracks, :topalbums - format = "%{artist} - (%{title} %{bold}%{plays}%{bold})" + format = "%{artist} - %{title} (%{bold}%{plays}%{bold})" artist = item.elements["artist/name"].text end -- cgit v1.2.3