mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 12:38:48 +03:00
more emojis
This commit is contained in:
parent
657f48b139
commit
5570250eed
1 changed files with 4 additions and 0 deletions
|
@ -614,6 +614,10 @@ TextInputWidget::command(QString command, QString args)
|
||||||
sendTextMessage("¯\\_(ツ)_/¯", input_->related);
|
sendTextMessage("¯\\_(ツ)_/¯", input_->related);
|
||||||
} else if (command == "fliptable") {
|
} else if (command == "fliptable") {
|
||||||
sendTextMessage("(╯°□°)╯︵ ┻━┻", input_->related);
|
sendTextMessage("(╯°□°)╯︵ ┻━┻", input_->related);
|
||||||
|
} else if (command == "unfliptable") {
|
||||||
|
sendTextMessage(" ┯━┯╭( º _ º╭)", input_->related);
|
||||||
|
} else if (command == "sovietflip") {
|
||||||
|
sendTextMessage("ノ┬─┬ノ ︵ ( \\o°o)\\", input_->related);
|
||||||
}
|
}
|
||||||
|
|
||||||
input_->related = std::nullopt;
|
input_->related = std::nullopt;
|
||||||
|
|
Loading…
Reference in a new issue