support table flipping and unflipping

This commit is contained in:
Smitty van Bodegom
2021-06-20 11:59:42 -04:00
parent b1d8956036
commit 3e8c7caefd
3 changed files with 25 additions and 1 deletions

View File

@@ -45,6 +45,16 @@ QVariantList CommandModel::commands()
QStringLiteral("<message>"),
i18n("Prepends ( ͡° ͜ʖ ͡°) to a plain-text message")}));
commands.append(QVariant::fromValue(Command{
QStringLiteral("/tableflip "),
QStringLiteral("<message>"),
i18n("Prepends (╯°□°)╯︵ ┻━┻ to a plain-text message")}));
commands.append(QVariant::fromValue(Command{
QStringLiteral("/unflip "),
QStringLiteral("<message>"),
i18n("Prepends ┬──┬ ( ゜-゜ノ) to a plain-text message")}));
commands.append(QVariant::fromValue(Command{
QStringLiteral("/plain "),
QStringLiteral("<message>"),