From 5a8b8f4ad56914e1c75acd29807897ba1433c96f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 20 Mar 2013 13:41:18 +0300 Subject: add netcode support for channels (for now evol only). for now any channel ignored and used as general tab. also change netcode version to 8. --- src/net/eathena/chathandler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/net/eathena') diff --git a/src/net/eathena/chathandler.cpp b/src/net/eathena/chathandler.cpp index d6ed2c9be..0f62411b3 100644 --- a/src/net/eathena/chathandler.cpp +++ b/src/net/eathena/chathandler.cpp @@ -81,12 +81,12 @@ void ChatHandler::handleMessage(Net::MessageIn &msg) // Received speech from being case SMSG_BEING_CHAT: - processBeingChat(msg); + processBeingChat(msg, false); break; case SMSG_PLAYER_CHAT: case SMSG_GM_CHAT: - processChat(msg, msg.getId() == SMSG_PLAYER_CHAT); + processChat(msg, msg.getId() == SMSG_PLAYER_CHAT, false); break; case SMSG_MVP: -- cgit v1.2.3-70-g09d2