summary refs log tree commit diff
path: root/src/TextInputWidget.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/TextInputWidget.cc')
-rw-r--r--src/TextInputWidget.cc4
1 files changed, 4 insertions, 0 deletions
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("(╯°□°)╯︵ ┻━┻"); } }