Update README.md

Remove donation link no one uses. Generally discourage usage.
This commit is contained in:
Gordon Shumway 2025-01-11 03:08:08 -05:00 committed by GitHub
parent 4d152b7607
commit 4a9ba8169a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,22 +1,5 @@
[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=T8E56M6SP9JH2)
Limnoria (an IRC bot) plugins I wrote or forked. All working under Python 3.
Limnoria (an IRC bot) plugins I wrote or forked. Use at own risk.
Requires [Limnoria](https://github.com/ProgVal/Limnoria), obviously. Additional requirements in requirements.txt files
Plugins assume Python 3.10+, though many may still work with older versions.
Easy installation:
load PluginDownloader<br />
repolist oddluck<br />
install oddluck PluginName<br />
cd YourBotDirectory/plugins/PluginName<br />
python3 -m pip install -r requirements.txt --upgrade<br />
load PluginName<br />
See README files in plugin directories for additional information and instructions.
gitlab mirror: https://gitlab.com/oddluck/limnoria-plugins
[![License: WTFPL](https://img.shields.io/badge/license-WTFPL-brightgreen.svg)](http://www.wtfpl.net/about/) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)