]> jfr.im git - erebus.git/blobdiff - bot.py
help: refactor logic around _genhelp
[erebus.git] / bot.py
diff --git a/bot.py b/bot.py
index 6324ecb1754e8aff9968011f291af038b56694bf..f17eae33a95bd5da0d17a60cc8687991a78ecd45 100644 (file)
--- 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()