Update server.py

This commit is contained in:
Nova Cat 2025-02-05 19:20:57 -08:00
parent 2a4f3032d9
commit ae766b5b1c

View file

@ -285,7 +285,7 @@ def session(connection, client, ip, isssl=False):
hostname = client[0]
dosend(bytes(f":{server} NOTICE * :*** Oof! Can't find your hostname, using IP...\r\n","UTF-8"))
try:
identQuery = getident(hostname, client[1], isssl)
identQuery = getident(client[0], client[1], isssl)
responseee = identQuery["response"]
print(identQuery)
if not identQuery["success"]: