diff --git a/src/TextInputWidget.cpp b/src/TextInputWidget.cpp index 81c1bce9aee7a43cafd52ceb29d07d23e6bd5261..f75358c8ffd21b79fa88439106e41f72b34a6b88 100644 --- a/src/TextInputWidget.cpp +++ b/src/TextInputWidget.cpp @@ -703,7 +703,7 @@ TextInputWidget::command(QString command, QString args) } else if (command == "roomnick") { emit changeRoomNick(args); } else if (command == "shrug") { - emit sendTextMessage("¯\\_(ツ)_/¯"); + emit sendTextMessage("¯\\_(ツ)_/¯" + (args.isEmpty() ? "" : " " + args)); } else if (command == "fliptable") { emit sendTextMessage("(╯°□°)╯︵ â”»â”â”»"); } else if (command == "unfliptable") {