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