SUUUUUUUUUUUUTUTUTUTUTTUUUUUUUUUUUUU

This commit is contained in:
Kbz-8
2024-01-21 12:04:54 +01:00
parent 46e1296440
commit 6377c9e096
9 changed files with 15 additions and 11 deletions

23
srcs/channel.cpp Normal file
View File

@@ -0,0 +1,23 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* channel.cpp :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/01/21 10:36:21 by maldavid #+# #+# */
/* Updated: 2024/01/21 10:36:49 by maldavid ### ########.fr */
/* */
/* ************************************************************************** */
#include <channel.hpp>
namespace irc
{
Channel::Channel()
{
}
Channel::~Channel() {}
}