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.