Add some very useful commands

This commit is contained in:
Konstantinos Sideris 2018-01-16 22:34:31 +02:00
parent 26540bd120
commit eea33062e3

View File

@ -344,6 +344,10 @@ TextInputWidget::command(QString command, QString args)
sendEmoteMessage(args);
} else if (command == "join") {
sendJoinRoomRequest(args);
} else if (command == "shrug") {
sendTextMessage("¯\\_(ツ)_/¯");
} else if (command == "fliptable") {
sendTextMessage("(╯°□°)╯︵ ┻━┻");
}
}