Limnoria
Limnoria copied to clipboard
A robust, full-featured, and user/programmer-friendly Python IRC bot, with many existing plugins.
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...
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...
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...
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...
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.
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...
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....
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...
It would be nice to support sources that aren't exclusively GitHub: - [ ] GitLab - [ ] Gogs / Gitea - [ ] Launchpad As far as I can...