weechat-discord
weechat-discord copied to clipboard
Use weechat's typed config system
Instead of config_get_plugin
etc. that return strings only, create a system that uses config_new
and the like that provide more complex features like typed config values and change notifications.
Probably want to make a config.rs
since it might get big/complicated.