connection

This commit is contained in:
Nova Cat 2024-12-09 17:29:46 -08:00
parent bbdb7929a6
commit 6fc3e9d640

View file

@ -234,7 +234,7 @@ def session(connection, client):
connection.sendall(bytes(f":{pending}!~{username}@{hostname} {text}\r\n","UTF-8"))
connection.sendall(bytes(f"ERROR :Closing Link: {hostname} ({msg})\r\n","UTF-8"))
except:
pass
break
connection.close()
safe_quit = True
break