mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-24 11:39:25 +01:00
No more unsets.
This commit is contained in:
parent
3537c34a58
commit
5ac4c8c481
@ -732,7 +732,7 @@ class Irc(IrcCommandDispatcher):
|
|||||||
|
|
||||||
def doError(self, msg):
|
def doError(self, msg):
|
||||||
"""Handles ERROR messages."""
|
"""Handles ERROR messages."""
|
||||||
log.info('Error message from %s: %s', self.server, msg.args[0])
|
log.info('Error message from %s: %s', self.network, msg.args[0])
|
||||||
if not self.zombie:
|
if not self.zombie:
|
||||||
if msg.args[0].startswith('Closing Link'):
|
if msg.args[0].startswith('Closing Link'):
|
||||||
self.driver.reconnect()
|
self.driver.reconnect()
|
||||||
|
Loading…
Reference in New Issue
Block a user