mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
Merge pull request #344 from slingamn/history.4
add CHATHISTORY and HISTORY implementations
This commit is contained in:
commit
71a33890b8
12 changed files with 428 additions and 48 deletions
|
|
@ -322,6 +322,7 @@ type Config struct {
|
|||
ChannelLength int `yaml:"channel-length"`
|
||||
ClientLength int `yaml:"client-length"`
|
||||
AutoreplayOnJoin int `yaml:"autoreplay-on-join"`
|
||||
ChathistoryMax int `yaml:"chathistory-maxmessages"`
|
||||
}
|
||||
|
||||
Filename string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue