This commit is contained in:
Ladebeze66 2024-05-29 12:17:28 +02:00
parent 5f0b61cde2
commit f5f5c2ed96
14 changed files with 2 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -6,7 +6,7 @@
/* By: fgras-ca <fgras-ca@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/05/16 15:27:29 by fgras-ca #+# #+# */
/* Updated: 2024/05/28 13:56:56 by fgras-ca ### ########.fr */
/* Updated: 2024/05/29 12:16:24 by fgras-ca ### ########.fr */
/* */
/* ************************************************************************** */
@ -46,6 +46,7 @@ void AdditionalCommands::processCommand(Client *client, const std::string &comma
}
}
void AdditionalCommands::broadcastChannelList(Client *client, Server *server)
{
std::map<std::string, Channel *> &channels = server->getChannels();