Update server.py

This commit is contained in:
Nova Cat 2025-02-04 17:02:18 -08:00
parent 51ea5905e2
commit 23791c2972

View file

@ -342,7 +342,7 @@ def session(connection, client, ip, isssl=False):
capsuccess = False
break
if capsuccess:
connection.sendall(f":{server} CAP * ACK :{capabilities}")
connection.sendall(bytes(f":{server} CAP * ACK :{capabilities}", "UTF-8"))
elif args[0].upper() == "END":
CAPEND = True
elif command == "WEBIRC" and not finished: