parent
f8813485d3
commit
36ab0dc485
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue