nerd emoji

This commit is contained in:
2024-01-21 18:15:48 +01:00
parent 9ae6ad183b
commit 9f8fb8902a
7 changed files with 92 additions and 42 deletions

View File

@@ -1,20 +1,20 @@
/* ************************************************************************** */
/******************************************************************************/
/* */
/* ::: :::::::: */
/* client.cpp :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ */
/* By: vvaas <vvaas@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/01/21 10:35:52 by maldavid #+# #+# */
/* Updated: 2024/01/21 10:36:20 by maldavid ### ########.fr */
/* Updated: 2024/01/21 16:32:12 by vvaas ### ########.fr */
/* */
/* ************************************************************************** */
/******************************************************************************/
#include <client.hpp>
namespace irc
{
Client::Client()
Client::Client(int fd) : _fd(fd)
{
}