Block a user
Made the commands_ map be a Server attribute
Made the commands_ map be a Server attribute
Added a basic command parser with a temporary echo command. Can be expanded by just adding command functions to the std::map commands, Should maybe move the commands map to the Server class later
Added a basic command parser with a temporary echo command. Can be expanded by just adding command functions to the std::map commands, Should maybe move the commands map to the Server class later
echo-server-implementation