diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-07-05 00:51:17 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-07-05 00:51:17 +0200 |
commit | 070488d789dcfdf4938d56b0b3f7bcd36dcc54b3 (patch) | |
tree | 23bad1aaa231dcfee39195712078c7b870d8d816 /data | |
parent | fdad9f8d3bffb4ff2e2f9380231c7f7e3b0cc5fe (diff) |
lastfm plugin: document compare command
Diffstat (limited to 'data')
-rw-r--r-- | data/rbot/plugins/lastfm.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/data/rbot/plugins/lastfm.rb b/data/rbot/plugins/lastfm.rb index 1efb58fd..b2fd7d23 100644 --- a/data/rbot/plugins/lastfm.rb +++ b/data/rbot/plugins/lastfm.rb @@ -85,8 +85,10 @@ class LastFmPlugin < Plugin _("lastfm set nick <user> => associate your current irc nick with a last.fm user. lastfm set verb <present> <past> => set your preferred now playing verb. default \"listening\" and \"listened\".") when :who _("lastfm who [<nick>] => show who <nick> is at last.fm. if <nick> is empty, show who you are at lastfm.") + when :compare + _("lastfm compare <nick1> <nick2> => show musical taste compatibility between nick1 and nick2.") else - _("lastfm [<user>] => show your or <user>'s now playing track at lastfm. np [<user>] => same as 'lastfm'. other topics: events, artist, album, track, now, set, who") + _("lastfm [<user>] => show your or <user>'s now playing track at lastfm. np [<user>] => same as 'lastfm'. other topics: events, artist, album, track, now, set, who, compare") end end |