mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-04-28 22:41:06 -05:00
2bd13fa0680572c0940ab249d2aa693453aa1787 replaced `msg.args[0]` with `msg.channel`, but the latter is `None` on PMs. Additionally, `irc.state.channels.__contains__` performs normalization itself (and using RFC1459 normalization rather than Unicode), so it is not needed to normalize this early.
SupyPlugins
My collection of plugins for Limnoria.
Installation
The recommended way of fetching plugins in this repository is to clone the git repository:
$ git clone https://github.com/jlu5/SupyPlugins
and add the folder to your bot's config directories.plugins
. Then, you can update your local copy of all plugins by running git pull
.
You will need a copy of Limnoria running on Python >= 3.8 (prefer the latest Python 3.x available).
You can also install individual plugins using pip:
$ pip3 install "git+https://github.com/jlu5/SupyPlugins.git#subdirectory=PLUGIN_NAME"
Support
Feel free to post to the issue tracker if you have any problems, or find me on the Limnoria discussion channel #limnoria @ Libera.chat
.
License
Unless otherwise noted, all plugins are available under a 3 clause BSD license (inserted at the top of each file).
Languages
Python
99.9%