From adabe2c2f07727625cdafc3ffdd4c45325ec9eda Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 2 Jun 2025 01:19:19 +0200 Subject: [PATCH] build(cmd): adding privmsg / notice commands --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 065f3af..8eba51c 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: omoudni +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2025/05/02 15:40:00 by rparodi #+# #+# # -# Updated: 2025/06/02 00:38:02 by rparodi ### ########.fr # +# Updated: 2025/06/02 01:18:57 by rparodi ### ########.fr # # # #******************************************************************************# @@ -28,7 +28,11 @@ SRC = sources/channel/channel.cpp \ sources/commands/commands.cpp \ sources/commands/invite.cpp \ sources/commands/join.cpp \ + sources/commands/nick.cpp \ + sources/commands/notice.cpp \ + sources/commands/part.cpp \ sources/commands/pass.cpp \ + sources/commands/privmsg.cpp \ sources/core/PollManager.cpp \ sources/core/Server.cpp \ sources/core/check.cpp \