forked from External/ergo
remove Server.commands
This commit is contained in:
parent
b2afd55285
commit
62fc2c0cc3
1 changed files with 0 additions and 2 deletions
|
|
@ -83,7 +83,6 @@ type Server struct {
|
|||
channelRegistry *ChannelRegistry
|
||||
checkIdent bool
|
||||
clients *ClientManager
|
||||
commands chan Command
|
||||
configFilename string
|
||||
configurableStateMutex sync.RWMutex // tier 1; generic protection for server state modified by rehash()
|
||||
connectionLimiter *connection_limits.Limiter
|
||||
|
|
@ -147,7 +146,6 @@ func NewServer(config *Config, logger *logger.Manager) (*Server, error) {
|
|||
accounts: make(map[string]*ClientAccount),
|
||||
channels: NewChannelManager(),
|
||||
clients: NewClientManager(),
|
||||
commands: make(chan Command),
|
||||
connectionLimiter: connection_limits.NewLimiter(),
|
||||
connectionThrottler: connection_limits.NewThrottler(),
|
||||
languages: NewLanguageManager(config.Languages.Default, config.Languages.Data),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue