mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 21:47:17 +02:00
Fix typo in ircbot reconnect method.
This commit is contained in:
parent
a20e7d017d
commit
f7f1037441
1 changed files with 1 additions and 1 deletions
|
|
@ -313,7 +313,7 @@ class IRCBotFactory(protocol.ReconnectingClientFactory):
|
|||
reason (str): The reason for the failure.
|
||||
|
||||
"""
|
||||
if not self.bot.stopping:
|
||||
if not (self.bot or self.bot.stopping):
|
||||
self.retry(connector)
|
||||
|
||||
def start(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue