From 821c91e491375119a615579d19c3c95bbd016d7d Mon Sep 17 00:00:00 2001 From: swee Date: Wed, 22 Jan 2025 22:30:48 -0800 Subject: [PATCH] Update server.py --- server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.py b/server.py index 927e108..587e0a2 100644 --- a/server.py +++ b/server.py @@ -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.")