enable history

This commit is contained in:
Shivaram Lingamneni 2018-12-23 13:26:11 -05:00
parent bed3a4581a
commit 226fbd5ad4

View File

@ -70,6 +70,11 @@ limits:
linelen: linelen:
tags: 2048 tags: 2048
rest: 2048 rest: 2048
history:
enabled: true
channel-length: 128
client-length: 128
""" """
class OragonoController(BaseServerController, DirectoryBasedController): class OragonoController(BaseServerController, DirectoryBasedController):