more emojis

This commit is contained in:
Joseph Donofry 2020-02-01 15:30:10 -05:00
parent 657f48b139
commit 5570250eed
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
1 changed files with 4 additions and 0 deletions

View File

@ -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;