mirror of
https://github.com/jlu5/PyLink.git
synced 2025-01-26 20:24:34 +01:00
rehash: fix resetting the wrong autoconnect multiplier variable
This commit is contained in:
parent
2028cab04c
commit
c67c0aa2e6
@ -97,7 +97,7 @@ def _rehash():
|
|||||||
ircobj.conf = new_conf
|
ircobj.conf = new_conf
|
||||||
ircobj.serverdata = new_conf['servers'][network]
|
ircobj.serverdata = new_conf['servers'][network]
|
||||||
ircobj.botdata = new_conf['bot']
|
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
|
# Clear the IRC object's channel loggers and replace them with
|
||||||
# new ones by re-running logSetup().
|
# new ones by re-running logSetup().
|
||||||
|
Loading…
Reference in New Issue
Block a user