mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 10:10:08 -08:00
theater: Remove THEATER command for now
This commit is contained in:
parent
79d831bbb7
commit
266c534af9
7 changed files with 2 additions and 156 deletions
|
|
@ -53,7 +53,6 @@ type Server struct {
|
|||
signals chan os.Signal
|
||||
proxyAllowedFrom []string
|
||||
whoWas *WhoWasList
|
||||
theaters map[Name][]byte
|
||||
isupport *ISupportList
|
||||
checkIdent bool
|
||||
}
|
||||
|
|
@ -92,7 +91,6 @@ func NewServer(config *Config) *Server {
|
|||
signals: make(chan os.Signal, len(SERVER_SIGNALS)),
|
||||
proxyAllowedFrom: config.Server.ProxyAllowedFrom,
|
||||
whoWas: NewWhoWasList(config.Limits.WhowasEntries),
|
||||
theaters: config.Theaters(),
|
||||
checkIdent: config.Server.CheckIdent,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue