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.
|
||||
done = []
|
||||
msg = text.split(" ")[1:]
|
||||
if msg[0] == ":":
|
||||
msg=msg[1:]
|
||||
if len(msg) > 0:
|
||||
mse = " ".join(msg)
|
||||
msg = f"Quit: {mse}"
|
||||
|
|
Loading…
Reference in a new issue