/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* client_request.cpp :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: apommier +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2022/12/09 22:34:36 by apommier #+# #+# */ /* Updated: 2022/12/09 23:18:46 by apommier ### ########.fr */ /* */ /* ************************************************************************** */ #include "../includes/ft_irc.hpp" bool clientRequest(fdList allFds, int newFd) { std::cout << "client request!" << std::endl; return (1); }