summaryrefslogtreecommitdiff
path: root/src/net/eathena/chathandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-16 11:11:46 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-16 11:11:46 +0300
commitf1d3e3325d28a43f838052385ad798527dff9c2d (patch)
treec7f86a2af1d4e7c206db583e632b999d5c57fd90 /src/net/eathena/chathandler.h
parent7c701ca5041fbd7430c478f0c709c12eda664c89 (diff)
downloadManaVerse-f1d3e3325d28a43f838052385ad798527dff9c2d.tar.gz
ManaVerse-f1d3e3325d28a43f838052385ad798527dff9c2d.tar.bz2
ManaVerse-f1d3e3325d28a43f838052385ad798527dff9c2d.tar.xz
ManaVerse-f1d3e3325d28a43f838052385ad798527dff9c2d.zip
eathena: add packet CMSG_BATTLE_CHAT_MESSAGE 0x02db.
Diffstat (limited to 'src/net/eathena/chathandler.h')
-rw-r--r--src/net/eathena/chathandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/chathandler.h b/src/net/eathena/chathandler.h
index dc75a6162..505a5ddea 100644
--- a/src/net/eathena/chathandler.h
+++ b/src/net/eathena/chathandler.h
@@ -70,6 +70,8 @@ class ChatHandler final : public MessageHandler, public Ea::ChatHandler
void requestIgnoreList() const override final;
+ void battleTalk(const std::string &text) const override final;
+
protected:
void processChat(Net::MessageIn &msg);