From 0f970c1e39adafa5916ef7a21f89309f683ba258 Mon Sep 17 00:00:00 2001 From: swee Date: Mon, 9 Dec 2024 11:14:16 -0800 Subject: [PATCH] Update server.py --- server.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server.py b/server.py index d31b1e1..3ae43a3 100644 --- a/server.py +++ b/server.py @@ -50,6 +50,8 @@ def session(connection, client): command = text.split(" ")[0].upper() try: args = text.split(" ")[1:] + except: + pass for text in textt.split("\r\n"): if command == "NICK": pending = text.split(" ")[1]