From 2730cfa6c567ed64ab16e0e9610be9373e14aac6 Mon Sep 17 00:00:00 2001 From: swee Date: Thu, 12 Dec 2024 13:31:39 -0800 Subject: [PATCH] Update server.py --- server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.py b/server.py index 2543bc4..4e04113 100644 --- a/server.py +++ b/server.py @@ -208,7 +208,7 @@ def session(connection, client): channels_list[i].append(pending2) except: print(traceback.format_exc()) - conection.sendall(bytes(f":{pending}!~{username}@{hostname} {text}\r\n","UTF-8")) + conection.sendall(bytes(f":{pending}!~{username}@{hostname} NICK {pending2}\r\n","UTF-8")) property_list[pending2] = property_list.pop(pending) nickname_list[pending2] = nickname_list.pop(pending) del lower_nicks[pending.lower()]