Added functional multiple client handling

This commit is contained in:
iherman-
2026-05-09 21:52:16 +02:00
parent 752eb89e72
commit bdc24594a4
5 changed files with 229 additions and 68 deletions

View File

@@ -1,8 +1,8 @@
NAME = ircserv
SRC = main.cpp Server/Server.cpp Client/Client.cpp
SRC = main.cpp Server/Server.cpp User/User.cpp
HEADERS = Server/Server.hpp
HEADERS = Server/Server.hpp User/User.hpp
OBJ = $(SRC:.cpp=.o)