X-Git-Url: https://jfr.im/git/erebus.git/blobdiff_plain/83c2f201f83f458f4f06400780de1594903cd3f5..0d93d7b47b642e1c5705b3c75fb7f5cfcbe0fe41:/bot.py diff --git a/bot.py b/bot.py index 6324ecb..f17eae3 100644 --- a/bot.py +++ b/bot.py @@ -98,7 +98,7 @@ class Bot(object): def _gotping(self, pieces): self.conn.send("PONG %s" % (pieces[1])) self._checknick() - def _goterror(self, pieces): #TODO handle more gracefully + def _goterror(self, pieces): curs = self.parent.db.cursor() curs.execute("UPDATE bots SET connected = 0") curs.close()