lots of log message and fixed bad_file_descriptor issue

This commit is contained in:
hugogogo
2022-08-22 01:50:28 +02:00
parent 469eca8aa9
commit 5225e3258b
18 changed files with 186 additions and 112 deletions

View File

@@ -3,6 +3,7 @@
# define CLIENT_HPP
# include <iostream>
# include <iomanip> // setw
# include <string>
# include <map>
# include <vector>
@@ -13,6 +14,8 @@
# include "ServerConfig.hpp"
# include "colors.h"
extern family_state family;
struct Script
{
std::string path;