forked from External/ergo
remove stray references to timeout enforcement
These should have been removed in #1027.
This commit is contained in:
parent
75a0e18580
commit
20fcbe5147
3 changed files with 1 additions and 12 deletions
|
|
@ -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"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue