Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/frontend/StarMainInterface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/frontend/StarMainInterface.cpp')
-rw-r--r--source/frontend/StarMainInterface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/frontend/StarMainInterface.cpp b/source/frontend/StarMainInterface.cpp
index e3b1860..572b39f 100644
--- a/source/frontend/StarMainInterface.cpp
+++ b/source/frontend/StarMainInterface.cpp
@@ -878,7 +878,7 @@ void MainInterface::doChat(String const& chat, bool addToHistory) {
if (chat.beginsWith("/")) {
m_lastCommand = chat;
- for (auto const& result : m_clientCommandProcessor->handleCommand(chat))
+ for (auto const& result : m_clientCommandProcessor->handleCommand(chat, true))
m_chat->addLine(result);
} else {
m_client->sendChat(chat, m_chat->sendMode());