/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* client.cpp :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: maldavid +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/01/21 10:35:52 by maldavid #+# #+# */ /* Updated: 2024/01/21 10:36:20 by maldavid ### ########.fr */ /* */ /* ************************************************************************** */ #include namespace irc { Client::Client() { } Client::~Client() {} }