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

Ideally these should be pulled from some central location. ``` $ supybot --version Limnoria 2019.10.05 running on Python 3.7.3 (default, Apr 3 2019, 05:39:12) [GCC 8.3.0] $ supybot-adduser --version supybot...

Documentation
good first issue

Currently, Limnoria supports channel-specific plugin databases, but channels with the same name on different networks are considered the same. This should change. This can probably be done in a backward-compatible...

Feature request

Reported by AlexPortable in #limnoria: ``` ERROR 2016-09-11T18:24:13 supybot Uncaught exception in _callRegexp: Traceback (most recent call last): File "/home/alexportable/.local/lib/python3.5/site-packages/supybot/callbacks.py", line 1478, in _callRegexp method(irc, msg, m) File "/home/alexportable/limnoria/plugins/SedRegex/plugin.py", line...

Bug
forwarded

Hi. While trying to find why NBSP (non-breaking space) decodes incorrectly if page is charset iso8859-1 I discovered that in the Web plugin, actual line 155 "text = text.decode(utils.web.getEncoding(text) or...

Bug
good first issue

A feature to use @plugindownloader search based on description or based on plugin name. Would save a lot of time to go through all repos.

Feature request

Instead of saying `Error: There is no command "blah".` you could say `Error: There is no command "blah". In case "blah" is a plugin, try "list blah".` Line 301 in...

Feature request

We want to let the bot only paste titles of `.onion` addresses: ``` > config help supybot.plugins.Web.urlWhitelist If set, bot will only fetch data from urls in the whitelist, i.e....

Feature request

Commands like `karma`, `most increased` and `most decreased` are able to list up to a message's worth of nicks. It should be possible to force these replies in private like...

Feature request

It would be nice to support sources that aren't exclusively GitHub: - [ ] GitLab - [ ] Gogs / Gitea - [ ] Launchpad As far as I can...

Feature request