summaryrefslogtreecommitdiff
path: root/src/net/tmwa/chathandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/chathandler.cpp')
-rw-r--r--src/net/tmwa/chathandler.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/net/tmwa/chathandler.cpp b/src/net/tmwa/chathandler.cpp
index 15f65fe90..3eada4215 100644
--- a/src/net/tmwa/chathandler.cpp
+++ b/src/net/tmwa/chathandler.cpp
@@ -380,4 +380,12 @@ void ChatHandler::processWhisper(Net::MessageIn &msg) const
processWhisperContinue(nick, msg.readString(chatMsgLength, "message"));
}
+void ChatHandler::processWhisperResponse(Net::MessageIn &msg)
+{
+ BLOCK_START("ChatHandler::processWhisperResponse")
+
+ const uint8_t type = msg.readUInt8("response");
+ processWhisperResponseContinue(type);
+}
+
} // namespace TmwAthena