support table flipping and unflipping
This commit is contained in:
@@ -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>"),
|
||||
|
||||
Reference in New Issue
Block a user