From 11d770010f1558d329880d5182969b0747ee535d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Sun, 31 Dec 2017 22:03:01 +0200 Subject: [PATCH] Remove a TODO for timeouting, as it has been implemented --- ircbot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ircbot.py b/ircbot.py index 91a564f..bca069e 100644 --- a/ircbot.py +++ b/ircbot.py @@ -149,7 +149,6 @@ class ServerThread(threading.Thread): # Keep buffer for input server_input_buffer = bytearray() - # TODO: Implement timeouting quitting = False while not quitting: # Wait until we can do something