forked from External/ergo
move to channel-based logging
This commit is contained in:
parent
77d053ccac
commit
e15f47c766
9 changed files with 80 additions and 71 deletions
|
|
@ -23,18 +23,12 @@ type Config struct {
|
|||
PassConfig
|
||||
Database string
|
||||
Listen []string
|
||||
Log string
|
||||
MOTD string
|
||||
Name string
|
||||
}
|
||||
|
||||
Operator map[string]*PassConfig
|
||||
|
||||
Debug struct {
|
||||
Net bool
|
||||
Client bool
|
||||
Channel bool
|
||||
Server bool
|
||||
}
|
||||
}
|
||||
|
||||
func (conf *Config) Operators() map[string][]byte {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue