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"))
|
connection.sendall(bytes(f":{server} NOTICE * :*** Got ident! {responseee}\r\n","UTF-8"))
|
||||||
clident = responseee
|
clident = responseee
|
||||||
rident = responseee
|
rident = responseee
|
||||||
|
except:
|
||||||
|
connection.sendall(bytes(f":{server} NOTICE * :*** Uhm, Couldn't find your ident: Unknown error.\r\n","UTF-8"))
|
||||||
while True:
|
while True:
|
||||||
try:
|
try:
|
||||||
data = connection.recv(2048)
|
data = connection.recv(2048)
|
||||||
|
|
Loading…
Add table
Reference in a new issue