caseEvent_NotifyUser::PROMOTED:QMessageBox::information(this,tr("Promotion"),tr("You have been promoted to moderator. Please log out and back in for changes to take effect."));break;
caseEvent_NotifyUser::PROMOTED:QMessageBox::information(this,tr("Promotion"),tr("You have been promoted to moderator. Please log out and back in for changes to take effect."));break;
QMessageBox::warning(this,tr("Warned"),tr("You have received a warning due to %1.\nPlease refrain from engaging in this activity or further actions may be taken against you. If you have any questions, please private message a moderator.").arg(QString::fromStdString(event.warning_reason()).simplified()));