Add some very useful commands

remotes/origin/HEAD
Konstantinos Sideris 7 years ago
parent 26540bd120
commit eea33062e3
  1. 4
      src/TextInputWidget.cc

@ -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("(╯°□°)╯︵ ┻━┻");
}
}

Loading…
Cancel
Save