remove stray references to timeout enforcement

These should have been removed in #1027.
This commit is contained in:
Shivaram Lingamneni 2020-08-25 14:11:13 -04:00
parent 75a0e18580
commit 20fcbe5147
3 changed files with 1 additions and 12 deletions

View file

@ -267,8 +267,7 @@ type AccountConfig struct {
Enabled bool
AdditionalNickLimit int `yaml:"additional-nick-limit"`
Method NickEnforcementMethod
AllowCustomEnforcement bool `yaml:"allow-custom-enforcement"`
RenameTimeout time.Duration `yaml:"rename-timeout"`
AllowCustomEnforcement bool `yaml:"allow-custom-enforcement"`
// RenamePrefix is the legacy field, GuestFormat is the new version
RenamePrefix string `yaml:"rename-prefix"`
GuestFormat string `yaml:"guest-nickname-format"`