allow mod global msg

This commit is contained in:
Zach H 2015-07-05 22:06:35 -04:00
parent 31890450dc
commit 1bda6e53b2
3 changed files with 53 additions and 22 deletions

View file

@ -43,6 +43,7 @@ private:
QColor getCustomMentionColor();
bool shouldShowSystemPopup();
void showSystemPopup(QString &sender);
bool isModeratorSendingGlobal(QFlags<ServerInfo_User::UserLevelFlag> userLevelFlag, QString message);
private slots:
void openLink(const QUrl &link);
void actMessageClicked();