summaryrefslogtreecommitdiffstats
path: root/src/crsm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/crsm.cpp')
-rw-r--r--src/crsm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crsm.cpp b/src/crsm.cpp
index f6ce2b4..b567e24 100644
--- a/src/crsm.cpp
+++ b/src/crsm.cpp
@@ -2101,7 +2101,7 @@ void CRSM::handleIrcMessage(const ClientInfo &client, QString message, const QSt
{
if(!cmd(command, client))
{
- respond(client, "Unbekannter Befehl: \"" + command + "\"!");
+ respond(client, "Unbekannter Befehl: \"" + command + "\"!", (privateMessage ? RespondType::PrivateNotice : RespondType::Normal), true);
}
}