Update server.py
All checks were successful
/ check (push) Successful in 9s

This commit is contained in:
Nova Cat 2025-01-22 22:30:48 -08:00
parent f75d1fcf97
commit 821c91e491

View file

@ -259,7 +259,7 @@ def session(connection, client, ip, isssl=False):
ready = True
elif command == "CAP":
if args[0] == "LS":
connection.sendall(bytes(f":{server} CAP * LS :ircat.xyz/foo\r\n", "UTF-8"))
connection.sendall(bytes(f":{server} CAP * LS :ircat.xyz/foo sasl=PLAIN\r\n", "UTF-8"))
elif (ready and already_set) and not finished:
cleanup_manual()
print(f"User {pending} successfully logged in.")