From 49e17a74f46e48f532b84ee18992ae88085c8988 Mon Sep 17 00:00:00 2001 From: Alpha4615 Date: Thu, 25 Sep 2025 19:40:58 -0400 Subject: [PATCH] Remove premature ending of CAP sequence, causing SASL authentication to abort on some IRCds --- src/commands/handlers/registration.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/commands/handlers/registration.js b/src/commands/handlers/registration.js index 209a4aa3..0468e965 100644 --- a/src/commands/handlers/registration.js +++ b/src/commands/handlers/registration.js @@ -323,11 +323,6 @@ const handlers = { }, RPL_LOGGEDIN: function(command, handler) { - if (handler.network.cap.negotiating === true) { - handler.connection.write('CAP END'); - handler.network.cap.negotiating = false; - } - const mask = Helpers.parseMask(command.params[1]); // Check if we have a server-time