Added deleted messages, will also add the disabled tag to denied automod messages
This commit is contained in:
@@ -73,6 +73,10 @@ ModerationAction::ModerationAction(const QString &action)
|
||||
{
|
||||
this->image_ = Image::fromPixmap(getApp()->resources->buttons.ban);
|
||||
}
|
||||
else if (action.startsWith("/delete"))
|
||||
{
|
||||
this->image_ = Image::fromPixmap(getApp()->resources->pajaDank);
|
||||
}
|
||||
else
|
||||
{
|
||||
QString xD = action;
|
||||
|
||||
Reference in New Issue
Block a user