diff --git a/client.py b/client.py index 18a6cbd..c4a1712 100644 --- a/client.py +++ b/client.py @@ -196,7 +196,7 @@ def chat_session(chatkeuze): while True: draw_chat_window(chat_messages, chatkeuze) - bericht = input(wit + "> " + reset) + # bericht = input(wit + "> " + reset) if bericht.lower() == "/quit": exit()