diff options
-rw-r--r-- | src/net/tmwa/chatrecv.cpp | 2 |
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; } |