PyLink
PyLink copied to clipboard
Add a way to add spamfilters to PyLink via IRC commands
That would simplify administration a lot, since we actually need to SSH to the shell, edit PyLink configuration file, save the file and rehash PyLink.
Something like !spamfilter [add|del|list] *string* would be a great enhancement.
Probably we'd need to have the spamfilter thing as a separated config file and then have it included in the main config file?
So, when we add/del a spamfilter we can reload the plugin separately?
Cheers!
[18:43:13] <GL> so, an idea
[18:43:49] <GL> maybe we could have some sort of abstraction that let's you add changes to the config on runtime
[18:44:11] <GL> so that we're not just making antispam configurable live..
This should allow freeform addition while merging in config values as needed.