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

This commit is contained in:
Nova Cat 2025-01-24 19:20:23 -08:00
parent ee962b1a4a
commit 6077c270fb

View file

@ -244,7 +244,7 @@ def session(connection, client, ip, isssl=False):
realname = " ".join(text.split(" ")[4:])[1:]
ready = True
elif command == "CAP":
usesIRCv3 = True
#usesIRCv3 = True
if args[0].upper() == "LS":
connection.sendall(bytes(f":{server} CAP * LS :ircat.xyz/foo\r\n", "UTF-8"))
elif args[0].upper() == "REQ":