QMessageBox::critical(this,tr("Error"),tr("This server requires client ID's. Your client is either failing to generate an ID or you are running a modified client.\nPlease close and reopen your client to try again."));
break;
caseResponse::RespAccountNotActivated:{
caseResponse::RespAccountNotActivated:{
boolok=false;
boolok=false;
QStringtoken=QInputDialog::getText(this,tr("Account activation"),tr("Your account has not been activated yet.\nYou need to provide the activation token received in the activation email"),QLineEdit::Normal,QString(),&ok);
QStringtoken=QInputDialog::getText(this,tr("Account activation"),tr("Your account has not been activated yet.\nYou need to provide the activation token received in the activation email"),QLineEdit::Normal,QString(),&ok);