Val Lorentz ad7704c49f
RelayNext: Fix error when receiving PMs (#113)
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.
2023-12-17 10:54:40 -08:00
2022-09-04 15:56:08 -07:00
2023-04-28 18:02:00 -07:00
2023-03-07 23:45:58 -08:00
2023-04-28 18:02:00 -07:00
2023-03-30 22:28:47 -07:00
2021-03-05 01:08:57 -08:00

SupyPlugins

Build Status Supported Python versions

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).

Description
A collection of plugins for the Limnoria IRC bot.
Readme 2 MiB
Languages
Python 99.9%