parent
e2ea87ac63
commit
8f2d6e70d3
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ def session(connection, client, ip, isssl=False):
|
||||||
hostname = client[0]
|
hostname = client[0]
|
||||||
connection.sendall(bytes(f":{server} NOTICE * :*** Oof! Can't find your hostname, using IP...\r\n","UTF-8"))
|
connection.sendall(bytes(f":{server} NOTICE * :*** Oof! Can't find your hostname, using IP...\r\n","UTF-8"))
|
||||||
try:
|
try:
|
||||||
identQuery = getident(client[0], client[1], isssl)
|
identQuery = getident(hostname, client[1], isssl)
|
||||||
responseee = identQuery["response"]
|
responseee = identQuery["response"]
|
||||||
print(identQuery)
|
print(identQuery)
|
||||||
if not identQuery["success"]:
|
if not identQuery["success"]:
|
||||||
|
|
Loading…
Add table
Reference in a new issue