forked from Firepup650/python-talk
h probably stole this space at some point
This commit is contained in:
parent
f32bae4f2d
commit
232945ac17
1 changed files with 1 additions and 1 deletions
|
@ -427,7 +427,7 @@ async def connectServer(hostname: str, port: int):
|
|||
case "M":
|
||||
cName = buffer[2:].split("|", 1)[0]
|
||||
message = buffer[2:].split("|", 1)[1]
|
||||
G.msgs.append(log(f" {cName}: {message}"))
|
||||
G.msgs.append(log(f" {cName}: {message}"))
|
||||
G.S2SLogs.append(("M", (cName, message), rID))
|
||||
writer.write(
|
||||
b"I Get these damn heretic ghost clients out of my store so i can buy my cult candles in peace.\n"
|
||||
|
|
Loading…
Reference in a new issue