Support sending spoilers

This commit is contained in:
Smitty van Bodegom
2021-06-18 12:04:00 -04:00
parent 9ec20dc02d
commit 211f6004eb
2 changed files with 14 additions and 0 deletions

View File

@@ -65,6 +65,11 @@ QVariantList CommandModel::commands()
QStringLiteral("<message>"),
i18n("Sends the given emote coloured as a rainbow")}));
commands.append(QVariant::fromValue(Command{
QStringLiteral("/spoiler "),
QStringLiteral("<message>"),
i18n("Sends the given message as a spoiler")}));
// Actions commands
commands.append(QVariant::fromValue(Command{