Update server.py
This commit is contained in:
parent
bbcaa88de4
commit
75cf799959
1 changed files with 2 additions and 0 deletions
|
@ -359,6 +359,8 @@ def session(connection, client):
|
||||||
# Parse the quit message.
|
# Parse the quit message.
|
||||||
done = []
|
done = []
|
||||||
msg = text.split(" ")[1:]
|
msg = text.split(" ")[1:]
|
||||||
|
if msg[0] == ":":
|
||||||
|
msg=msg[1:]
|
||||||
if len(msg) > 0:
|
if len(msg) > 0:
|
||||||
mse = " ".join(msg)
|
mse = " ".join(msg)
|
||||||
msg = f"Quit: {mse}"
|
msg = f"Quit: {mse}"
|
||||||
|
|
Loading…
Reference in a new issue