Limnoria
Limnoria copied to clipboard
A robust, full-featured, and user/programmer-friendly Python IRC bot, with many existing plugins.
Currently all snarfers seem to begin with name of the profile and then the username e.g. `[email protected]`. I would like to have an option to not do that, like there...
Fediverse seems like a nice plugin, but it's a bit of effort to configure as it has three different snarfers that have to be enabled separately. I would like to...
I have recently been seeing a lot of halfops (and networks supporting them) around and I think `channel alert` should additionally check for `#channel,halfop` capability as at times the issue...
I am curious in putting HTTP traffic through Tor network and it only supports socks proxy. However I cannot as `supybot.protocols.http.proxy` is the option used for HTTP traffic such as...
Limnoria allows us to add multiple irc networks, but those networks will share the same user and channel configuration. This is obviously not optimal, and it's become an awkward issue...
The Google plugin used to have a `lucky` command for showing the best result and it had a flag `--snippet` for showing the short preview of the result. I think...
I like having the bot reply also when its nick is at the end of message and have configured mine to only reply to nick on `#Limnoria-bots`, where I noticed...
Currently, Limnoria supports lots of channel-specific data, but channels with the same name on different networks are considered the same. This issue tracks the status of each of these migrations....
Some sites lack a `title` tag in their plain html site and are instead providing opengraph metadata. The URL plugin does not currently work for those. The opengraph title attribute...
[flake8](https://flake8.pycqa.org/) is a great tool to find syntactic issues (code style, but also undefined variables, etc.) Limnoria's code base predates this kind of tool, so it would be nice to...