Adding join channels and privmsg

This commit is contained in:
2026-04-17 19:12:05 +02:00
parent b3c190293a
commit 1c8ad9ba68
5 changed files with 64 additions and 14 deletions

View File

@@ -3,7 +3,7 @@ NAME = ircserv
SRC = main.cpp Server/Server.cpp Client/Client.cpp \
Channel/Channel.cpp \
commands/pass.cpp commands/nick.cpp commands/user.cpp \
commands/join.cpp
commands/join.cpp commands/privmsg.cpp
OBJ = $(SRC:.cpp=.o)