Фикс отправки истории в ЛС

master
const an teen 2021-05-25 08:18:20 +03:00
parent 2c88a0eb43
commit 8b0c742ba8
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ std::map<std::string, std::string> conf =
std::mutex mtx;
std::vector<std::string> vectorStringsTransit;
std::string vectorNickTransit;
constexpr unsigned sendVectorToUser_MAXIMUM = 2;
constexpr unsigned sendVectorToUser_MAXIMUM = 3;
unsigned sendVectorToUser_COUNTER = 0;
void sendVectorToUser()
{