|
|
|
@ -437,7 +437,7 @@ void CQnetGateway::GetIRCDataThread()
|
|
|
|
if (doFind) {
|
|
|
|
if (doFind) {
|
|
|
|
printf("Finding Routes for...\n");
|
|
|
|
printf("Finding Routes for...\n");
|
|
|
|
for (auto it=findRoute.begin(); it!=findRoute.end(); it++) {
|
|
|
|
for (auto it=findRoute.begin(); it!=findRoute.end(); it++) {
|
|
|
|
std::this_thread::sleep_for(std::chrono::milliseconds(200));
|
|
|
|
std::this_thread::sleep_for(std::chrono::milliseconds(800));
|
|
|
|
printf("\t'%s'\n", it->c_str());
|
|
|
|
printf("\t'%s'\n", it->c_str());
|
|
|
|
ii->findUser(*it);
|
|
|
|
ii->findUser(*it);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|