Starting Channel class

This commit is contained in:
aortigos
2026-04-17 18:43:52 +02:00
parent c84178c9bc
commit 4faa83eb89
7 changed files with 148 additions and 7 deletions

View File

@@ -1,7 +1,9 @@
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
OBJ = $(SRC:.cpp=.o)