-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchannel.cpp
More file actions
25 lines (22 loc) · 1.09 KB
/
channel.cpp
File metadata and controls
25 lines (22 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* channel.cpp :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: osabir <osabir@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/09/14 10:44:08 by osabir #+# #+# */
/* Updated: 2024/09/15 19:38:28 by osabir ### ########.fr */
/* */
/* ************************************************************************** */
#include "channel.hpp"
void t_channel::ClearChannel()
{
ClientInvit.clear();
clientMap.clear();
channelname.clear();
channelkey.clear();
channelTopic.clear();
topicSetter.clear();
mode.clear();
}