maint: April update

This commit is contained in:
2024-04-26 10:38:53 +02:00
parent 1ac8a93a32
commit 0857be79df
6 changed files with 36 additions and 17 deletions

View File

@ -197,6 +197,7 @@ namespace bots
{
const std::string received_data{ data };
bot_names = utils::string::split(received_data, '\n');
console::info("Got %zu names from the master server\n", bot_names.size());
bot_names_received = true;
}
});