removed // test function

This commit is contained in:
aortigos
2026-05-25 09:44:50 +02:00
parent e60ea7aab6
commit e0d977d6b5

View File

@@ -6,16 +6,13 @@
/* By: aortigos <aortigos@student.42malaga.com +#+ +:+ +#+ */ /* By: aortigos <aortigos@student.42malaga.com +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2026/05/15 15:35:16 by aortigos #+# #+# */ /* Created: 2026/05/15 15:35:16 by aortigos #+# #+# */
/* Updated: 2026/05/25 09:25:49 by aortigos ### ########.fr */ /* Updated: 2026/05/25 09:27:45 by aortigos ### ########.fr */
/* */ /* */
/* ************************************************************************** */ /* ************************************************************************** */
#include "../Server/Server.hpp" #include "../Server/Server.hpp"
// Test function, need to change all the error messages
void Server::privmsg_cmd(User &client, std::istringstream &ss) void Server::privmsg_cmd(User &client, std::istringstream &ss)
{ {
std::string channel; std::string channel;