mirror of https://notabug.org/acetone/ircabot.git
Фикс отправки истории в ЛС
parent
2c88a0eb43
commit
8b0c742ba8
2
main.cpp
2
main.cpp
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue