mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 11:42:52 +01:00
Let's try this for the connection problem bugs.
This commit is contained in:
parent
1cd4b87f1e
commit
4d60937c69
@ -521,6 +521,9 @@ class Irc(IrcCommandDispatcher):
|
||||
|
||||
def reset(self):
|
||||
"""Resets the Irc object. Called when the driver reconnects."""
|
||||
if self.zombie:
|
||||
self._reallyDie()
|
||||
return
|
||||
self._setNonResettingVariables()
|
||||
self.state.reset()
|
||||
self.queue.reset()
|
||||
|
Loading…
Reference in New Issue
Block a user