From cd9170f133276b80e5e551e30fcdc5a081d2a6db Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Thu, 19 Apr 2012 21:30:07 +1200 Subject: [PATCH] Updated help message for lastfm --- plugins/lastfm.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/lastfm.py b/plugins/lastfm.py index 6ab1605..847ffa3 100755 --- a/plugins/lastfm.py +++ b/plugins/lastfm.py @@ -3,8 +3,8 @@ from util import hook, http @hook.command('l', autohelp=False) @hook.command(autohelp=False) def lastfm(inp, nick='', say=None, db=None, bot=None): - ".lastfm [user] -- Displays the now playing (or last played) " \ - "track of LastFM user [user]." + ".lastfm [user] [dontsave] -- Displays the now playing (or last played)" \ + " track of LastFM user [user]." api_key = bot.config.get("api_keys", {}).get("lastfm") if not api_key: return "error: no api key set"