diff --git a/main.cpp b/main.cpp index 8844aa3..1ec984a 100644 --- a/main.cpp +++ b/main.cpp @@ -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;