diff --git a/src/TextInputWidget.cpp b/src/TextInputWidget.cpp
index 2ad74e3a5bd616e297032a67d28f5a1829c49b5e..283616fc13fa958d5b8016fd649bd90feff6318f 100644
--- a/src/TextInputWidget.cpp
+++ b/src/TextInputWidget.cpp
@@ -614,6 +614,10 @@ TextInputWidget::command(QString command, QString args)
                 sendTextMessage("¯\\_(ツ)_/¯", input_->related);
         } else if (command == "fliptable") {
                 sendTextMessage("(╯°□°)╯︵ ┻━┻", input_->related);
+        } else if (command == "unfliptable") {
+                sendTextMessage(" ┯━┯╭( º _ º╭)", input_->related);
+        } else if (command == "sovietflip") {
+                sendTextMessage("ノ┬─┬ノ ︵ ( \\o°o)\\", input_->related);
         }
 
         input_->related = std::nullopt;