From 5570250eed56ddc1509ddabf3c8591f33ce22ef0 Mon Sep 17 00:00:00 2001 From: Joseph Donofry <joedonofry@gmail.com> Date: Sat, 1 Feb 2020 15:30:10 -0500 Subject: [PATCH] more emojis --- src/TextInputWidget.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/TextInputWidget.cpp b/src/TextInputWidget.cpp index 2ad74e3a5..283616fc1 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; -- GitLab