From b5172e3ba847648ed840ba3de8f804f7631c9151 Mon Sep 17 00:00:00 2001 From: Raphael Date: Tue, 10 Jun 2025 16:27:22 +0200 Subject: [PATCH] fix(cmd/pass): now pass is working with irssi --- sources/commands/pass.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/sources/commands/pass.cpp b/sources/commands/pass.cpp index 128fef9..c7a2ac5 100644 --- a/sources/commands/pass.cpp +++ b/sources/commands/pass.cpp @@ -6,7 +6,7 @@ /* By: sben-tay +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/05/24 17:29:48 by rparodi #+# #+# */ -/* Updated: 2025/06/08 20:10:47 by sben-tay ### ########.fr */ +/* Updated: 2025/06/10 16:27:03 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ @@ -21,11 +21,6 @@ e_code Pass::checkArgs() { WARNING_MSG("Not correct for Pass command"); return ERR_NEEDMOREPARAMS; } - DEBUG_MSG("coucou"); - if (_sender->isRegistered()) { - WARNING_MSG(_sender->getName() << " is already is already log in the server !"); - return ERR_ALREADYREGISTERED; - } return _PARSING_OK; }