Limnoria
Limnoria copied to clipboard
A robust, full-featured, and user/programmer-friendly Python IRC bot, with many existing plugins.
It currently supports ReST and whatever STX is. While ReST is great, many people would prefer markdown these days.
This is possibly the most common feature request for Limnoria, which wasn't implemented so far because it was too hard or impossible to do properly. However, with [account-tag](https://ircv3.net/specs/extensions/account-tag-3.2), or the...
Something like `Plugindownloader url `, so people could check the repos and see the last time a plugin was updated, the help related to the plugins of the repo, etc....
### topic prepend Please add a `topic prepend [channel] text` operation that both: - adds a topic item to the beginning of a topic like `topic insert`, _and_ - if...
I imagine this looking something like: - `irc.requestIRCv3Cap("name-of-cap")`, which gets translated to `CAP REQ :name-of-cap` - `irc.removeIRCv3Cap("name-of-cap")`, which gets translated to `CAP REQ :-name-of-cap` - Both commands should reject attempts...
it would be nice to be able to alter the 'static introduction' per chan from sedregex-plugin, since i want to conf different phrases/langs instead of 'meant to say' per #chan
It's used by some networks, eg. rezosup. irssi already supports it.
Sometimes the config registry isn't powerful enough to configure plugins (eg. when you want to filter words/URLs, etc.). The only solution in this case is modifying plugin code or forking...
This is possibly a wrong place for plugin suggestion, but here it will at least be seen. As Google has closed their API again, why to not use some more...
This is a recurring request, we should implement this at some point