From 0e1ff0e0f899c80aec454582b9457ef15b9b97e4 Mon Sep 17 00:00:00 2001 From: Casey Link Date: Wed, 11 Feb 2009 06:51:45 -0700 Subject: [PATCH] lastfm: tweak the help docs --- 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 67f8d5f7..53238b67 100644 --- a/data/rbot/plugins/lastfm.rb +++ b/data/rbot/plugins/lastfm.rb @@ -82,7 +82,7 @@ class LastFmPlugin < Plugin when :now, :np _("lastfm now [] => show the now playing track from last.fm. np [] does the same.") when :set - _("lastfm set user => associate your current irc nick with a last.fm user. lastfm set verb => set your preferred now playing verb. default \"listening\" and \"listened\".") + _("lastfm set user => associate your current irc nick with a last.fm user. lastfm set verb present|past <=> customize the present and past tense of the verb. default \"listening\" and \"listened\".") when :who _("lastfm who [] => show who is at last.fm. if is empty, show who you are at lastfm.") when :compare -- 2.32.0.93.g670b81a890