Update server.py

This commit is contained in:
Nova Cat 2025-04-03 15:58:17 -07:00
parent f8813485d3
commit 36ab0dc485

View file

@ -284,7 +284,7 @@ def multiserverhost(sock, client):
sock.sendall(fnet.encrypt(bytes("THIS", "UTF-8"))) # Keep this connection
""" # We won't need colliding, they will connect to eachother.
elif txt.split(" ")[0] == "SPLIT": # When the remote host realizes it doesn't have an outgoing connection to this server.
pass
elif txt.split(" ")[0] == "SND": # When a token was sent by another server
property_list[txt.split(" ")[1]]["pendingSend"] += " ".join(txt.split(" ")[2:]) # Send the text to the specified user
elif txt.split(" ")[0] == "CNGPROP": # When properties changed on another server