From eea33062e3728ba5427da2f98ace69667e2d928b Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Tue, 16 Jan 2018 22:34:31 +0200 Subject: Add some very useful commands --- src/TextInputWidget.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/TextInputWidget.cc b/src/TextInputWidget.cc index 737e3cd0..72aa7f97 100644 --- a/src/TextInputWidget.cc +++ b/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("(╯°□°)╯︵ ┻━┻"); } } -- cgit 1.4.1