#pragma once #include namespace dchat { std::string escapeCommand(const std::string &cmd); }