oddluck / limnoria-plugins

Limnoria plugins I wrote or forked.
Do What The F*ck You Want To Public License
39 stars 17 forks source link

SpiffyTitles - documentation is unclear on channel-specific enabling (Web style) #38

Open Mikaela opened 3 years ago

Mikaela commented 3 years ago

2021-147 10:33:42 EEST <Trebek> Mikaela: Whether to add additional information about regular links. (Current value: True) 2021-147 10:34:10 EEST <Mikaela> but then I would need to still enable/disable the other things like youtube per-channel? 2021-147 10:35:40 EEST <oddluck> everything is enabled by default and falls back to default handler if a key isn't set for youtube for example, it's a drop in replacement for the web plugin

I was under impression that I have to use the .whitelist/.blacklist instead of there being a single variable deciding whether to message a channel at all.

oddluck commented 3 years ago

Both options are available, the plugin originally operated using white/black lists but I modernized the config to allow per-channel/network/global config as is the current limnoria standard. I kept the old options for backward compatibility purposes, also some people just like the old list format. Documentation could probably be more clear on that, though it's already really lengthy and no one ever bothers to read it anyway.

oddluck commented 3 years ago

If anyone ever wants to update the readme it requires no coding ability, just a love for tedium, feel free to submit pull requests.