From d4723313fc391899e5b15600696ae35d3137eb3a Mon Sep 17 00:00:00 2001 From: Casey Link Date: Sat, 21 Jun 2008 08:55:56 -0400 Subject: lastfm plugin: added now playing info to the help --- data/rbot/plugins/lastfm.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'data') diff --git a/data/rbot/plugins/lastfm.rb b/data/rbot/plugins/lastfm.rb index bc7f819c..4995655a 100644 --- a/data/rbot/plugins/lastfm.rb +++ b/data/rbot/plugins/lastfm.rb @@ -59,8 +59,10 @@ class LastFmPlugin < Plugin "lastfm track => show information on track/song from last.fm [not implemented yet]" when :album "lastfm album => show information on album from last.fm [not implemented yet]" + when :now + "lastfm now => show the now playing track from last.fm" else - "lastfm => lastfm data for on last.fm where in [recenttracks, topartists, topalbums, toptracks, tags, friends, neighbors]. other topics: events, artist, group, song, track, album" + "lastfm => lastfm data for on last.fm where in [recenttracks, topartists, topalbums, toptracks, tags, friends, neighbors]. other topics: events, artist, group, song, track, album, now" end end -- cgit v1.2.3