JOIN created. compile, need implement MSGPRIVATE

This commit is contained in:
Samy BEN TAYEB 2025-06-17 23:55:17 +02:00
parent 5d8b3d9dbd
commit 2b3b6654e7
7 changed files with 89 additions and 36 deletions

View file

@ -6,7 +6,7 @@
/* By: sben-tay <sben-tay@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/05/13 11:11:07 by rparodi #+# #+# */
/* Updated: 2025/06/17 17:38:39 by sben-tay ### ########.fr */
/* Updated: 2025/06/17 23:16:55 by sben-tay ### ########.fr */
/* */
/* ************************************************************************** */
@ -194,7 +194,7 @@ std::list<User *> Server::getUsersList() const {
return userList;
}
std::list<Channel *> Server::getChannelsList() const {
std::list<Channel *>& Server::getChannelsList() {
return this->_channels;
}