summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2020-02-01 15:30:10 -0500
committerJoseph Donofry <joedonofry@gmail.com>2020-02-01 15:30:10 -0500
commit5570250eed56ddc1509ddabf3c8591f33ce22ef0 (patch)
tree2f1b084b7cbbb263fd0eb8402ee0fa1184be8cae /src
parentRemove wildcard mtx.hpp includes (diff)
downloadnheko-5570250eed56ddc1509ddabf3c8591f33ce22ef0.tar.xz
more emojis
Diffstat (limited to 'src')
-rw-r--r--src/TextInputWidget.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/TextInputWidget.cpp b/src/TextInputWidget.cpp

index 2ad74e3a..283616fc 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;