nerd emoji
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user