mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-03 01:39:23 +01:00
Didn't update nickmods to match conf.nickmods when Irc.reset is called, in case we're on a dumb network like Freenode.
This commit is contained in:
parent
e1d1343055
commit
f917053150
@ -411,7 +411,6 @@ class Irc(IrcCommandDispatcher):
|
|||||||
|
|
||||||
def reset(self):
|
def reset(self):
|
||||||
"""Resets the Irc object. Useful for handling reconnects."""
|
"""Resets the Irc object. Useful for handling reconnects."""
|
||||||
self._nickmods = copy.copy(conf.nickmods)
|
|
||||||
self.state.reset()
|
self.state.reset()
|
||||||
self.queue.reset()
|
self.queue.reset()
|
||||||
self.lastping = time.time()
|
self.lastping = time.time()
|
||||||
|
Loading…
Reference in New Issue
Block a user