Import LastFM module as subtree and mention in README (Closes #16)

This commit is contained in:
James Lu 2014-11-04 17:57:33 -08:00
parent 282ccbeac7
commit 0f9d13c0c1
2 changed files with 4 additions and 1 deletions

View File

@ -15,7 +15,7 @@ install:
# Run supybot-test # Run supybot-test
script: script:
- if [ "$TRAVIS_PYTHON_VERSION" = "pypy" ]; then export DISABLED_PLUGINS="--exclude=./RelayLink"; fi - 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: notifications:
email: false email: false
matrix: matrix:

View File

@ -19,6 +19,9 @@ Please note that this list may not always be up to date; your best bet is to act
##### Isup ##### Isup
- Provides a simple command to check whether a website is up or down (using [isup.me](http://isup.me)). - 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 ##### NoTrigger
- Anti-abuse script; prevents the bot from triggering other bots by modifying its output slightly. - Anti-abuse script; prevents the bot from triggering other bots by modifying its output slightly.