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":{pending}!~{username}@{hostname} {text}\r\n","UTF-8"))
|
||||||
connection.sendall(bytes(f"ERROR :Closing Link: {hostname} ({msg})\r\n","UTF-8"))
|
connection.sendall(bytes(f"ERROR :Closing Link: {hostname} ({msg})\r\n","UTF-8"))
|
||||||
except:
|
except:
|
||||||
pass
|
break
|
||||||
connection.close()
|
connection.close()
|
||||||
safe_quit = True
|
safe_quit = True
|
||||||
break
|
break
|
||||||
|
|
Loading…
Reference in a new issue