1
0
Fork 0
forked from External/ergo

add channel autojoin feature

See discussion on #2077
This commit is contained in:
Shivaram Lingamneni 2023-07-04 21:44:18 -04:00
parent 6d642bfe93
commit 75bd63d0bc
4 changed files with 29 additions and 2 deletions

View file

@ -644,6 +644,7 @@ type Config struct {
}
ListDelay time.Duration `yaml:"list-delay"`
InviteExpiration custime.Duration `yaml:"invite-expiration"`
AutoJoin []string `yaml:"auto-join"`
}
OperClasses map[string]*OperClassConfig `yaml:"oper-classes"`