remove default value for ConfigFile

master
const an teen 2021-07-19 14:47:18 +03:00
parent 5741455270
commit 4982692272
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#include "tcpsyncclient.h"
boost::asio::io_service service;
std::string config_file = "ircbot.json";
std::string config_file;
TcpSyncClient * volatile tsc = nullptr;
bool tsc_created = false;