forked from External/ergo
fix #1346
This commit is contained in:
parent
11ddffa7c5
commit
cf5a426f90
6 changed files with 35 additions and 359 deletions
|
|
@ -570,9 +570,6 @@ func (server *Server) applyConfig(config *Config) (err error) {
|
|||
if !oldConfig.Accounts.NickReservation.Enabled {
|
||||
server.accounts.buildNickToAccountIndex(config)
|
||||
}
|
||||
if !oldConfig.Accounts.VHosts.Enabled {
|
||||
server.accounts.initVHostRequestQueue(config)
|
||||
}
|
||||
if !oldConfig.Channels.Registration.Enabled {
|
||||
server.channels.loadRegisteredChannels(config)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue