-storing the channel in another file with the channel requirment and the client : it's when registerd in the irssi client with the pass and the nick and the user all this data stored in the client file and make the irssi client connecte with the server , after tha handle the join commande to make the user join a channel and handle the brodcast msg to all the clients in the channel

This commit is contained in:
mochaoui
2024-04-17 06:16:22 -05:00
parent 0399adf8e1
commit 7a54b230e3
8 changed files with 337 additions and 44 deletions

View File

@@ -1,6 +1,6 @@
NAME = ircserv
SRC = main.cpp Server.cpp Client.cpp
SRC = main.cpp Server.cpp Client.cpp channel.cpp
OBJ = ${SRC:.cpp=.o}