From 99619310dba8f95860039f7328038dbbd0f5ce57 Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 2 Jun 2025 22:42:34 +0200 Subject: [PATCH] docs(cmd/join): adding the documentation for join cmd --- sources/commands/join.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sources/commands/join.cpp b/sources/commands/join.cpp index 031e676..8935a74 100644 --- a/sources/commands/join.cpp +++ b/sources/commands/join.cpp @@ -6,7 +6,7 @@ /* By: rparodi +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/05/24 17:29:48 by rparodi #+# #+# */ -/* Updated: 2025/05/26 22:56:16 by rparodi ### ########.fr */ +/* Updated: 2025/06/02 22:42:17 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ @@ -44,6 +44,10 @@ bool Join::checkArgs() { return true; } +/** + * @brief Execute the join command + * @note To join a new channel + */ void Join::execute() { if (checkArgs() == false) { ERROR_MSG("Invalid arguments for Join command (see warning message)");