conf: maxHistoryLength no longer requires a restart to apply

03c4529d9e made irc.state.history network specific, so reconnecting each network separately will update its history buffer's max length.
This commit is contained in:
James Lu 2018-05-19 12:45:58 -07:00
parent 2d084f4deb
commit 43ee68ee3d
1 changed files with 1 additions and 1 deletions

View File

@ -1158,7 +1158,7 @@ registerGlobalValue(supybot.protocols.irc, 'vhostv6',
registerGlobalValue(supybot.protocols.irc, 'maxHistoryLength',
registry.Integer(1000, _("""Determines how many old messages the bot will
keep around in its history. Changing this variable will not take effect
until the bot is restarted.""")))
on a network until it is reconnected.""")))
registerGlobalValue(supybot.protocols.irc, 'throttleTime',
registry.Float(1.0, _("""A floating point number of seconds to throttle