kick-command #35

Merged
aortigos merged 3 commits from kick-command into main 2026-05-25 07:47:14 +00:00
Showing only changes of commit e0d977d6b5 - Show all commits

View File

@@ -6,16 +6,13 @@
/* By: aortigos <aortigos@student.42malaga.com +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* 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"
// Test function, need to change all the error messages
void Server::privmsg_cmd(User &client, std::istringstream &ss)
{
std::string channel;