Limnoria
Limnoria copied to clipboard
A robust, full-featured, and user/programmer-friendly Python IRC bot, with many existing plugins.
CPython 3.10.7 added a restriction on the maximum size of integers converted from strings: https://docs.python.org/3/library/stdtypes.html#int-max-str-digits This is [to mitigate CVE-2020-10735](https://github.com/python/cpython/issues/95778). However, this was already mitigated by Limnoria in the `@calc`...
I keep my bot's configuration in git and deploy it in docker via ansible. Ansible automatically restarts the Limnoria container whenever the configuration changes, and ansible will forcibly overwrite any...
So, I've set my bot to spit RSS feeds in the format `[Feed Name] $title :: $link :: $description`. what happens is that sometimes descriptions are big and are cut...
I've faced an issue where I've added an RSS feed with: `rss add anope20 https://github.com/anope/anope/commits/2.0.atom` Not please with the feed name, I've decided to delete it with: `rss remove anope20`...
SedRegex randomly stopped working for me on Windows 11. I had to switch the bot to running on WSL, now it works. I tried rebooting, I tried installing the latest...
There's several references to http://feedparser.org/ in the docs...but that's a parked domain now. Recommendation: link to the relevant GitHub or PyPi page(s) instead.
Extend Scheduler plugin to run commands daily
Currently there is only `status status` which tells which nick the bot is using on networks where it's connected to. There is no command to get information on how many...
Primary, it would announce upcoming events / reminders. As an extra, maybe writing events too?
Hello @progval ! :) So, somebody is now trying to enforce a rule that in Debian has actually always been written but nobody ever bothered with it... Regardless, it is...