diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-07 17:14:27 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-07 17:14:27 +0300 |
commit | d18a2a0ed390162b771fea7d4c101f37f6be247a (patch) | |
tree | fe06befd74ab94ccaf68d04cf0fa5083134fe338 /src/net/ea/chathandler.cpp | |
parent | 51ac76e8effd03b968a142b7bd900584d5942a59 (diff) | |
download | plus-d18a2a0ed390162b771fea7d4c101f37f6be247a.tar.gz plus-d18a2a0ed390162b771fea7d4c101f37f6be247a.tar.bz2 plus-d18a2a0ed390162b771fea7d4c101f37f6be247a.tar.xz plus-d18a2a0ed390162b771fea7d4c101f37f6be247a.zip |
Move processWhisperResponse from ea namespace into eathena and tmwa.
Diffstat (limited to 'src/net/ea/chathandler.cpp')
-rw-r--r-- | src/net/ea/chathandler.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/net/ea/chathandler.cpp b/src/net/ea/chathandler.cpp index 6e6b9927e..b10123706 100644 --- a/src/net/ea/chathandler.cpp +++ b/src/net/ea/chathandler.cpp @@ -83,14 +83,6 @@ void ChatHandler::talkPet(const std::string &restrict text, talk(action, channel); } -void ChatHandler::processWhisperResponse(Net::MessageIn &msg) -{ - BLOCK_START("ChatHandler::processWhisperResponse") - - const uint8_t type = msg.readUInt8("response"); - processWhisperResponseContinue(type); -} - void ChatHandler::processWhisperResponseContinue(const uint8_t type) { std::string nick; |