From 7ab4a36379d37566c714b251049efc1e90903c12 Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Thu, 26 Apr 2012 10:26:53 +1200 Subject: [PATCH] Update plugins/lastfm.py --- plugins/lastfm.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/lastfm.py b/plugins/lastfm.py index 847ffa3..34289f1 100755 --- a/plugins/lastfm.py +++ b/plugins/lastfm.py @@ -55,11 +55,11 @@ def lastfm(inp, nick='', say=None, db=None, bot=None): album = track["album"]["#text"] artist = track["artist"]["#text"] - out = "%s %s \x02%s\x0f" % (user, status, title) + out = '%s %s "%s"' % (user, status, title) if artist: - out += ' by "\x02%s\x0f"' % artist + out += " by \x02%s\x0f" % artist if album: - out += ' from the album "\x02%s\x0f"' % album + out += " from the album \x02%s\x0f" % album if inp and not dontsave: db.execute("insert or replace into lastfm(nick, acc) values (?,?)",