forked from External/ergo
add CHATHISTORY and HISTORY implementations
This commit is contained in:
parent
ea07d99074
commit
f6b3008f8f
12 changed files with 404 additions and 48 deletions
|
|
@ -213,6 +213,7 @@ type Limits struct {
|
|||
NickLen int `yaml:"nicklen"`
|
||||
TopicLen int `yaml:"topiclen"`
|
||||
WhowasEntries int `yaml:"whowas-entries"`
|
||||
ChathistoryMax int `yaml:"chathistory-maxmessages"`
|
||||
}
|
||||
|
||||
// STSConfig controls the STS configuration/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue