mirror of https://notabug.org/acetone/ircabot.git
remove default value for ConfigFile
parent
5741455270
commit
4982692272
2
main.cpp
2
main.cpp
|
@ -10,7 +10,7 @@
|
||||||
#include "tcpsyncclient.h"
|
#include "tcpsyncclient.h"
|
||||||
|
|
||||||
boost::asio::io_service service;
|
boost::asio::io_service service;
|
||||||
std::string config_file = "ircbot.json";
|
std::string config_file;
|
||||||
TcpSyncClient * volatile tsc = nullptr;
|
TcpSyncClient * volatile tsc = nullptr;
|
||||||
bool tsc_created = false;
|
bool tsc_created = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue