diff options
| author | 2018-09-11 18:25:01 +0100 | |
|---|---|---|
| committer | 2018-09-11 18:25:01 +0100 | |
| commit | 788ba239e547c8b47340be70616f896434a768a3 (patch) | |
| tree | 4a039bc9d9042521204cd0e31a4dd9411998356e /IRCBot.py | |
| parent | Remove boot_time from stats.py, move it to start_time in IRCBot otherwise a (diff) | |
| signature | ||
Fix weird double indentation in IRCBot.py
Diffstat (limited to 'IRCBot.py')
| -rw-r--r-- | IRCBot.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -179,8 +179,8 @@ class Bot(object): print("pingout from %s" % str(server)) server.disconnect() elif server.ping_due() and not server.ping_sent: - server.send_ping() - server.ping_sent = True + server.send_ping() + server.ping_sent = True if not server.connected: self.disconnect(server) |
