ManaPlus
Functions
Ea::AdminRecv Namespace Reference

Functions

void processKickAck (Net::MessageIn &msg)
 

Function Documentation

◆ processKickAck()

void Ea::AdminRecv::processKickAck ( Net::MessageIn msg)

Definition at line 37 of file adminrecv.cpp.

38 {
39  if (msg.readInt32("flag") == 0)
41  else
43 }
bool msg(InputEvent &event)
Definition: chat.cpp:39
void notify(const unsigned int message)

References NotifyTypes::KICK_FAIL, NotifyTypes::KICK_SUCCEED, Actions::msg(), and NotifyManager::notify().