SklavaBot 0.1.0
Telegram Bot in C++
|
#include <boost/date_time/c_local_time_adjustor.hpp>
#include <boost/date_time/local_time_adjustor.hpp>
#include <boost/date_time/posix_time/posix_time.hpp>
#include <chrono>
#include <iostream>
#include <string>
#include "utils.hpp"
Go to the source code of this file.
Namespaces | |
namespace | tools |
Functions | |
void | tools::flush () |
Flush stdin. | |
void | tools::log_cmd (std::string command, std::string user, std::int32_t timestamp, const std::string log_type) |
Function to print a better log. | |