From 0f9d13c0c1c063f72cc30dd5c15efb44fff6b091 Mon Sep 17 00:00:00 2001 From: James Lu Date: Tue, 4 Nov 2014 17:57:33 -0800 Subject: [PATCH] Import LastFM module as subtree and mention in README (Closes #16) --- .travis.yml | 2 +- README.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 54d01ea..193de79 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ install: # Run supybot-test script: - if [ "$TRAVIS_PYTHON_VERSION" = "pypy" ]; then export DISABLED_PLUGINS="--exclude=./RelayLink"; fi - - supybot-test -c --plugins-dir=. $DISABLED_PLUGINS + - supybot-test -c --plugins-dir=. $DISABLED_PLUGINS --exclude=./LastFM notifications: email: false matrix: diff --git a/README.md b/README.md index 5526b87..ede5f44 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,9 @@ Please note that this list may not always be up to date; your best bet is to act ##### Isup - Provides a simple command to check whether a website is up or down (using [isup.me](http://isup.me)). +##### LastFM +- LastFM plugin, forked from [krf/supybot-lastfm](https://github.com/krf/supybot-lastfm). Also available as a [separate repository](https://github.com/GLolol/supybot-lastfm). + ##### NoTrigger - Anti-abuse script; prevents the bot from triggering other bots by modifying its output slightly.