3
0
mirror of https://github.com/jlu5/PyLink.git synced 2025-01-11 12:42:34 +01:00

rehash: fix resetting the wrong autoconnect multiplier variable

This commit is contained in:
James Lu 2017-03-11 01:05:07 -08:00
parent 2028cab04c
commit c67c0aa2e6

View File

@ -97,7 +97,7 @@ def _rehash():
ircobj.conf = new_conf
ircobj.serverdata = new_conf['servers'][network]
ircobj.botdata = new_conf['bot']
ircobj.autoconnect_cache = 1
ircobj.autoconnect_active_multiplier = 1
# Clear the IRC object's channel loggers and replace them with
# new ones by re-running logSetup().