parent
2a4f3032d9
commit
ae766b5b1c
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ def session(connection, client, ip, isssl=False):
|
||||||
hostname = client[0]
|
hostname = client[0]
|
||||||
dosend(bytes(f":{server} NOTICE * :*** Oof! Can't find your hostname, using IP...\r\n","UTF-8"))
|
dosend(bytes(f":{server} NOTICE * :*** Oof! Can't find your hostname, using IP...\r\n","UTF-8"))
|
||||||
try:
|
try:
|
||||||
identQuery = getident(hostname, client[1], isssl)
|
identQuery = getident(client[0], 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