Fixed error messages in commands

This commit is contained in:
2026-04-17 13:12:22 +02:00
parent bb66fcc097
commit 49fa432411
6 changed files with 69 additions and 33 deletions

View File

@@ -1,8 +1,8 @@
NAME = ircserver
NAME = ircserv
SRC = main.cpp Server/Server.cpp Client/Client.cpp \
commands/pass.cpp commands/nick.cpp commands/user.cpp \
OBJ = $(SRC:.cpp=.o)