summaryrefslogtreecommitdiff
path: root/src/net/tmwa/buysellhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/buysellhandler.cpp')
-rw-r--r--src/net/tmwa/buysellhandler.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/net/tmwa/buysellhandler.cpp b/src/net/tmwa/buysellhandler.cpp
index 23bef65de..787b9ef33 100644
--- a/src/net/tmwa/buysellhandler.cpp
+++ b/src/net/tmwa/buysellhandler.cpp
@@ -31,6 +31,8 @@
#include "net/ea/buysellrecv.h"
+#include "net/tmwa/chatrecv.h"
+
#include "utils/timer.h"
#include "debug.h"
@@ -57,6 +59,7 @@ void BuySellHandler::requestSellList(const std::string &nick) const
const std::string data("!selllist " + toString(tick_time));
shopWindow->setAcceptPlayer(nick);
+ ChatRecv::mShopRequestName = nick;
if (config.getBoolValue("hideShopMessages"))
{
chatHandler->privateMessage(nick, data);
@@ -75,7 +78,7 @@ void BuySellHandler::requestBuyList(const std::string &nick) const
const std::string data("!buylist " + toString(tick_time));
shopWindow->setAcceptPlayer(nick);
-
+ ChatRecv::mShopRequestName = nick;
if (config.getBoolValue("hideShopMessages"))
{
chatHandler->privateMessage(nick, data);