feat(cmd/pass): adding the start of pass command
This commit is contained in:
parent
3d71d977d2
commit
8565a948ce
9 changed files with 42 additions and 16 deletions
3
Makefile
3
Makefile
|
|
@ -6,7 +6,7 @@
|
|||
# By: omoudni <omoudni@student.42paris.fr> +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# Created: 2025/05/02 15:40:00 by rparodi #+# #+# #
|
||||
# Updated: 2025/05/26 18:22:38 by rparodi ### ########.fr #
|
||||
# Updated: 2025/05/29 12:31:53 by rparodi ### ########.fr #
|
||||
# #
|
||||
#******************************************************************************#
|
||||
|
||||
|
|
@ -32,6 +32,7 @@ SRC = sources/channel/channel.cpp \
|
|||
sources/core/parser.cpp \
|
||||
sources/user/user.cpp \
|
||||
sources/commands/commands.cpp \
|
||||
sources/commands/pass.cpp \
|
||||
sources/commands/invite.cpp
|
||||
|
||||
INC_DIR = include/core \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue