This commit is contained in:
parent
06fbc24444
commit
acdea1a045
1 changed files with 2 additions and 0 deletions
|
@ -257,6 +257,8 @@ def session(connection, client, ip, isssl=False):
|
|||
connection.sendall(bytes(f":{server} NOTICE * :*** Got ident! {responseee}\r\n","UTF-8"))
|
||||
clident = responseee
|
||||
rident = responseee
|
||||
except:
|
||||
connection.sendall(bytes(f":{server} NOTICE * :*** Uhm, Couldn't find your ident: Unknown error.\r\n","UTF-8"))
|
||||
while True:
|
||||
try:
|
||||
data = connection.recv(2048)
|
||||
|
|
Loading…
Add table
Reference in a new issue