mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
Initial RELAYMSG implementation
This commit is contained in:
parent
2801018150
commit
4ee49f8450
9 changed files with 91 additions and 1 deletions
|
|
@ -1068,6 +1068,9 @@ func LoadConfig(filename string) (config *Config, err error) {
|
|||
}
|
||||
config.Server.capValues[caps.Languages] = config.languageManager.CapValue()
|
||||
|
||||
// intentionally not configurable
|
||||
config.Server.capValues[caps.Relaymsg] = "/"
|
||||
|
||||
config.Debug.recoverFromErrors = utils.BoolDefaultTrue(config.Debug.RecoverFromErrors)
|
||||
|
||||
// process operator definitions, store them to config.operators
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue