1
0
Fork 0
forked from External/ergo

modes: Limit length of beI mode lists

This commit is contained in:
Daniel Oaks 2016-10-24 00:50:18 +10:00
parent 20cb3407cb
commit 78028135eb
5 changed files with 20 additions and 1 deletions

View file

@ -136,6 +136,7 @@ type Config struct {
TopicLen uint `yaml:"topiclen"`
WhowasEntries uint `yaml:"whowas-entries"`
MonitorEntries uint `yaml:"monitor-entries"`
ChanListModes uint `yaml:"chan-list-modes"`
}
}