1
0
Fork 0
forked from External/ergo

make default channel modes configurable

This commit is contained in:
Shivaram Lingamneni 2017-09-06 17:34:38 -04:00
parent a50e68af4d
commit 333afe1062
5 changed files with 32 additions and 1 deletions

View file

@ -217,6 +217,7 @@ type Config struct {
}
Channels struct {
DefaultModes *string `yaml:"default-modes"`
Registration ChannelRegistrationConfig
}