connection
This commit is contained in:
parent
bbdb7929a6
commit
6fc3e9d640
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue