make sure find route callsigns are 8 characters

pull/12/head
Tom Early 7 years ago
parent 4bce073474
commit 14ff2accc4

@ -422,6 +422,7 @@ void CQnetGateway::GetIRCDataThread()
if (doFind) {
printf("Finding Routes");
for (auto it=findRoute.begin(); it!=findRoute.end(); it++) {
*it.resize(8, ' ');
ii->findUser(*it);
}
doFind = false;

Loading…
Cancel
Save

Powered by TurnKey Linux.