summaryrefslogtreecommitdiff
path: root/src/net/tmwa/chatrecv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/chatrecv.cpp')
-rw-r--r--src/net/tmwa/chatrecv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/chatrecv.cpp b/src/net/tmwa/chatrecv.cpp
index b9dd73af5..0d4080280 100644
--- a/src/net/tmwa/chatrecv.cpp
+++ b/src/net/tmwa/chatrecv.cpp
@@ -260,7 +260,7 @@ void ChatRecv::processWhisperContinue(const std::string &nick,
debugMsg(strprintf(
// TRANSLATORS: message about spam player
_("Detected spam from: %s"),
- nick.c_str()));
+ nick.c_str()))
BLOCK_END("ChatRecv::processWhisper")
return;
}