Skip to content
Snippets Groups Projects
Verified Commit 5570250e authored by Joe Donofry's avatar Joe Donofry
Browse files

more emojis

parent 657f48b1
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment