diff options
Diffstat (limited to 'src/being/localplayer.cpp')
-rw-r--r-- | src/being/localplayer.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/being/localplayer.cpp b/src/being/localplayer.cpp index 6b8a6e1e9..efb483f6a 100644 --- a/src/being/localplayer.cpp +++ b/src/being/localplayer.cpp @@ -1908,7 +1908,9 @@ void LocalPlayer::afkRespond(ChatTab *const tab, const std::string &nick) if (localChatTab) { localChatTab->chatLog(std::string(getName()).append( - " : ").append(msg), ChatMsgType::ACT_WHISPER, false); + " : ").append(msg), + ChatMsgType::ACT_WHISPER, + IgnoreRecord_false); } } else |