mirror of
https://github.com/jeremyd/ergo.git
synced 2026-07-27 17:28:11 -07:00
history replay enhancements
This commit is contained in:
+4
-3
@@ -268,9 +268,10 @@ type Config struct {
|
||||
Fakelag FakelagConfig
|
||||
|
||||
History struct {
|
||||
Enabled bool
|
||||
ChannelLength int `yaml:"channel-length"`
|
||||
ClientLength int `yaml:"client-length"`
|
||||
Enabled bool
|
||||
ChannelLength int `yaml:"channel-length"`
|
||||
ClientLength int `yaml:"client-length"`
|
||||
AutoreplayOnJoin int `yaml:"autoreplay-on-join"`
|
||||
}
|
||||
|
||||
Filename string
|
||||
|
||||
Reference in New Issue
Block a user