mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-11 06:29:29 +01:00
fix #595
This commit is contained in:
parent
7ed27d4a42
commit
ca17e58b3a
@ -669,6 +669,10 @@ func LoadConfig(filename string) (config *Config, err error) {
|
|||||||
config.Server.capValues[caps.MaxLine] = strconv.Itoa(config.Limits.LineLen.Rest)
|
config.Server.capValues[caps.MaxLine] = strconv.Itoa(config.Limits.LineLen.Rest)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if !config.Accounts.Bouncer.Enabled {
|
||||||
|
config.Server.supportedCaps.Disable(caps.Bouncer)
|
||||||
|
}
|
||||||
|
|
||||||
var newLogConfigs []logger.LoggingConfig
|
var newLogConfigs []logger.LoggingConfig
|
||||||
for _, logConfig := range config.Logging {
|
for _, logConfig := range config.Logging {
|
||||||
// methods
|
// methods
|
||||||
|
Loading…
Reference in New Issue
Block a user