diff --git a/src/controllers/commands/commandcontroller.cpp b/src/controllers/commands/commandcontroller.cpp index 4265a35e..f1b299f2 100644 --- a/src/controllers/commands/commandcontroller.cpp +++ b/src/controllers/commands/commandcontroller.cpp @@ -169,7 +169,7 @@ QString CommandController::execCommand(const QString &text, ChannelPtr channel, QString rest = ""; for (int i = 2; i < words.length(); i++) { - rest += words[i]; + rest += words[i] + " "; } b.emplace(rest, messages::MessageElement::Text);