1
0
Fork 0
forked from External/ergo
Add a config option to suppress LUSERS
This commit is contained in:
Shivaram Lingamneni 2021-11-01 04:48:31 -04:00
parent 84a5b83eb1
commit 51d573d3c9
4 changed files with 17 additions and 2 deletions

View file

@ -592,6 +592,7 @@ type Config struct {
IPCheckScript ScriptConfig `yaml:"ip-check-script"`
OverrideServicesHostname string `yaml:"override-services-hostname"`
MaxLineLen int `yaml:"max-line-len"`
SuppressLusers bool `yaml:"suppress-lusers"`
}
Roleplay struct {