mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 20:52:42 +01:00
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:
parent
2d084f4deb
commit
43ee68ee3d
@ -1158,7 +1158,7 @@ registerGlobalValue(supybot.protocols.irc, 'vhostv6',
|
|||||||
registerGlobalValue(supybot.protocols.irc, 'maxHistoryLength',
|
registerGlobalValue(supybot.protocols.irc, 'maxHistoryLength',
|
||||||
registry.Integer(1000, _("""Determines how many old messages the bot will
|
registry.Integer(1000, _("""Determines how many old messages the bot will
|
||||||
keep around in its history. Changing this variable will not take effect
|
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',
|
registerGlobalValue(supybot.protocols.irc, 'throttleTime',
|
||||||
registry.Float(1.0, _("""A floating point number of seconds to throttle
|
registry.Float(1.0, _("""A floating point number of seconds to throttle
|
||||||
|
Loading…
Reference in New Issue
Block a user