mirror of
https://github.com/jeremyd/ergo.git
synced 2026-07-16 12:48:11 -07:00
Initial RELAYMSG implementation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user