irc-core
irc-core copied to clipboard
Statically and dynamically remove channels from M-# shortcut
I'd like a way to remove a channel from the M-# shortcuts, both in config but preferably also via a command (that would preferably write to config so it's persisted) to re-add it to the shortcuts. I'd prefer to have to remove it from config/re-run that command
Choices I've made in making the configuration language more expressive have made it hard to dynamically edit that configuration. I'm interested in supporting this but it's not trivial. I need to think how to persist changes back nicely.
A separate feature of programmatically, dynamically editing settings is separately interesting and I have some ideas.