forked from External/ergo
fix #537
This commit is contained in:
parent
a521be8119
commit
3b71be3bf0
3 changed files with 28 additions and 12 deletions
|
|
@ -320,7 +320,8 @@ type Config struct {
|
|||
Channels struct {
|
||||
DefaultModes *string `yaml:"default-modes"`
|
||||
defaultModes modes.Modes
|
||||
MaxChannelsPerClient int `yaml:"max-channels-per-client"`
|
||||
MaxChannelsPerClient int `yaml:"max-channels-per-client"`
|
||||
OpOnlyCreation bool `yaml:"operator-only-creation"`
|
||||
Registration ChannelRegistrationConfig
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue