From f1cab9c5ab1d36586ae1e0d1dae3f3d1483522b5 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Sun, 9 May 2010 18:21:14 -0600 Subject: Make whisper responses from tmwAthena show up in correct tabs Reviewed-by: Bertram --- src/commandhandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commandhandler.cpp') diff --git a/src/commandhandler.cpp b/src/commandhandler.cpp index dab51c8f..2567b3b4 100644 --- a/src/commandhandler.cpp +++ b/src/commandhandler.cpp @@ -389,7 +389,7 @@ void CommandHandler::handleMsg(const std::string &args, ChatTab *tab) if (tempNick.compare(playerName) == 0 || args.empty()) return; - chatWindow->whisper(recvnick, msg, true); + chatWindow->whisper(recvnick, msg, BY_PLAYER); } else tab->chatLog(_("Cannot send empty whispers!"), BY_SERVER); -- cgit v1.2.3-70-g09d2