From 029083b6617b2911eea33ef524986550f1c99f2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Wed, 3 Jan 2018 01:11:21 +0200 Subject: [PATCH] Remove an out-of-date TODO --- ircbot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ircbot.py b/ircbot.py index 0ae9fbb..ed2f7cf 100644 --- a/ircbot.py +++ b/ircbot.py @@ -40,7 +40,6 @@ class LoggerThread(threading.Thread): assert len(message_data) == 1 print('--- Quit') - # TODO: don't quit, restart self.dead_notify_channel.send((controlmessage_types.quit,)) break