From 93d55e71b137a43149775ac1283f20acea9a9947 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 23 Aug 2015 17:09:34 +0300 Subject: Move receive code from adminhandler into separate file. --- src/net/ea/adminhandler.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/net/ea/adminhandler.cpp') diff --git a/src/net/ea/adminhandler.cpp b/src/net/ea/adminhandler.cpp index 455f9acb2..d73019467 100644 --- a/src/net/ea/adminhandler.cpp +++ b/src/net/ea/adminhandler.cpp @@ -82,12 +82,4 @@ void AdminHandler::createItems(const int id, GENERAL_CHANNEL); } -void AdminHandler::processKickAck(Net::MessageIn &msg) -{ - if (msg.readInt32("flag") == 0) - NotifyManager::notify(NotifyTypes::KICK_FAIL); - else - NotifyManager::notify(NotifyTypes::KICK_SUCCEED); -} - } // namespace Ea -- cgit v1.2.3-70-g09d2