Limnoria icon indicating copy to clipboard operation
Limnoria copied to clipboard

A robust, full-featured, and user/programmer-friendly Python IRC bot, with many existing plugins.

Results 135 Limnoria issues
Sort by recently updated
recently updated
newest added

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

Feature request

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

Feature request

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

Feature request
good first 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...

Feature request

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

Feature request

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

Feature request

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

Feature request
good first issue

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

Feature request

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

Feature request
good first issue

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

Bug
good first issue