Fix weird double indentation in IRCBot.py
This commit is contained in:
parent
614f63bda3
commit
788ba239e5
1 changed files with 2 additions and 2 deletions
|
@ -179,8 +179,8 @@ class Bot(object):
|
||||||
print("pingout from %s" % str(server))
|
print("pingout from %s" % str(server))
|
||||||
server.disconnect()
|
server.disconnect()
|
||||||
elif server.ping_due() and not server.ping_sent:
|
elif server.ping_due() and not server.ping_sent:
|
||||||
server.send_ping()
|
server.send_ping()
|
||||||
server.ping_sent = True
|
server.ping_sent = True
|
||||||
if not server.connected:
|
if not server.connected:
|
||||||
self.disconnect(server)
|
self.disconnect(server)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue