[UserContextMenu] Refactor: Consolidate actions (#7022)

This commit is contained in:
RickyRister 2026-07-05 18:24:52 -07:00 • committed by GitHub
parent baddbfae14
commit 430fc117b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 45 additions and 89 deletions

View file

@ -89,12 +89,14 @@ public:
void execRemoveFromBuddy(const QString &userName);
void execAddToIgnore(const QString &userName);
void execRemoveFromIgnore(const QString &userName);
void execKick(int playerId);
void execBan(const QString &userName);
void execWarn(const QString &userName);
void execBanHistory(const QString &userName);
void execWarnHistory(const QString &userName);
void execAdminNotes(const QString &userName);
void execAdjustMod(const QString &userName, bool shouldBeMod, bool shouldBeJudge);
void execAdjustMod(const QString &userName, bool shouldBeMod);
void execAdjustJudge(const QString &userName, bool shouldBeJudge);
};
#endif