summaryrefslogtreecommitdiff
path: root/src/net/eathena/chathandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-16 14:13:14 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-16 17:04:46 +0300
commit88b62a5e35961c738c70ae193ee49943caf7f625 (patch)
tree2511767e3e2b20b63e0db8041203869a3036b1a6 /src/net/eathena/chathandler.h
parentce87c6e969dd2af24e50341e6da86918d4cf52a6 (diff)
downloadplus-88b62a5e35961c738c70ae193ee49943caf7f625.tar.gz
plus-88b62a5e35961c738c70ae193ee49943caf7f625.tar.bz2
plus-88b62a5e35961c738c70ae193ee49943caf7f625.tar.xz
plus-88b62a5e35961c738c70ae193ee49943caf7f625.zip
Move processBeingChat from ea namespace into eathena and tmwa.
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 3b38c5a25..095a545d6 100644
--- a/src/net/eathena/chathandler.h
+++ b/src/net/eathena/chathandler.h
@@ -120,6 +120,8 @@ class ChatHandler final : public MessageHandler, public Ea::ChatHandler
static void processWhisperContinue(const std::string &nick,
std::string chatMsg);
+
+ static void processBeingChat(Net::MessageIn &msg);
};
} // namespace EAthena