Update server.py

This commit is contained in:
Nova Cat 2024-12-09 11:14:16 -08:00
parent 0fdf93d47a
commit 0f970c1e39

View file

@ -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]