Add some missing stuff
This commit is contained in:
parent
623a69d025
commit
cfb4daaf1e
6 changed files with 93 additions and 3 deletions
|
@ -44,7 +44,6 @@ type Server struct {
|
|||
opers map[string]string
|
||||
|
||||
clients map[string]Client
|
||||
clModes map[string]string
|
||||
clHosts map[string]string
|
||||
|
||||
services map[string]*Service
|
||||
|
@ -75,7 +74,7 @@ func NewServer(configPath, software, version string) *Server {
|
|||
sv.opers = make(map[string]string)
|
||||
|
||||
sv.clients = make(map[string]Client)
|
||||
sv.clModes = make(map[string]string)
|
||||
/*sv.clModes = make(map[string]string)*/
|
||||
sv.clHosts = make(map[string]string)
|
||||
|
||||
sv.services = make(map[string]*Service, 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue