khyperia / weechat-discord

Unmaintained! And also apparently this is against their TOS so DON'T USE THIS -- Weechat plugin for Discord support - https://weechat.org/ https://discordapp.com/
MIT License
51 stars 24 forks source link

Use weechat's typed config system #13

Open khyperia opened 8 years ago

khyperia commented 8 years ago

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.