mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
fix #1337
This commit is contained in:
parent
e993672a0f
commit
a37a91694c
4 changed files with 15 additions and 0 deletions
|
|
@ -274,6 +274,7 @@ type AccountConfig struct {
|
|||
guestRegexpFolded *regexp.Regexp
|
||||
ForceGuestFormat bool `yaml:"force-guest-format"`
|
||||
ForceNickEqualsAccount bool `yaml:"force-nick-equals-account"`
|
||||
ForbidAnonNickChanges bool `yaml:"forbid-anonymous-nick-changes"`
|
||||
} `yaml:"nick-reservation"`
|
||||
Multiclient MulticlientConfig
|
||||
Bouncer *MulticlientConfig // # handle old name for 'multiclient'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue