ManaPlus
|
Functions | |
void | processMVPEffect (Net::MessageIn &msg) |
void | processIgnoreAllResponse (Net::MessageIn &msg) |
void | processWhisperResponseContinue (Net::MessageIn &msg, const uint8_t type) |
std::string | getPopLastWhisperNick () |
std::string | getLastWhisperNick () |
Variables | |
WhisperQueue | mSentWhispers |
time_t | mMotdTime = 0 |
bool | mShowAllLang = false |
bool | mShowMotd = false |
bool | mSkipping = true |
std::string Ea::ChatRecv::getLastWhisperNick | ( | ) |
Definition at line 71 of file chatrecv.cpp.
References mSentWhispers.
Referenced by EAthena::ChatRecv::processColorChat(), and EAthena::ChatRecv::processWhisperResponse().
std::string Ea::ChatRecv::getPopLastWhisperNick | ( | ) |
Definition at line 56 of file chatrecv.cpp.
References mSentWhispers.
Referenced by processWhisperResponseContinue().
void Ea::ChatRecv::processIgnoreAllResponse | ( | Net::MessageIn & | msg | ) |
Definition at line 145 of file chatrecv.cpp.
References BLOCK_END, BLOCK_START, localChatTab, Actions::msg(), NotifyManager::notify(), NotifyTypes::WHISPERS_IGNORE_FAILED, NotifyTypes::WHISPERS_IGNORED, NotifyTypes::WHISPERS_UNIGNORE_FAILED, and NotifyTypes::WHISPERS_UNIGNORED.
void Ea::ChatRecv::processMVPEffect | ( | Net::MessageIn & | msg | ) |
Definition at line 127 of file chatrecv.cpp.
References actorManager, BLOCK_END, BLOCK_START, config, ActorManager::findBeing(), Configuration::getBoolValue(), Being::getName(), localChatTab, Actions::msg(), NotifyTypes::MVP_PLAYER, and NotifyManager::notify().
void Ea::ChatRecv::processWhisperResponseContinue | ( | Net::MessageIn & | msg, |
const uint8_t | type | ||
) |
Definition at line 81 of file chatrecv.cpp.
References _, ChatWindow::addWhisper(), BLOCK_END, ChatMsgType::BY_SERVER, chatWindow, getPopLastWhisperNick(), strprintf(), and UNIMPLEMENTEDPACKETFIELD.
Referenced by EAthena::ChatRecv::processWhisperResponse(), and TmwAthena::ChatRecv::processWhisperResponse().
time_t Ea::ChatRecv::mMotdTime = 0 |
Definition at line 50 of file chatrecv.cpp.
Referenced by Ea::ChatHandler::ChatHandler(), and TmwAthena::ChatRecv::processChatContinue().
WhisperQueue Ea::ChatRecv::mSentWhispers |
Definition at line 49 of file chatrecv.cpp.
Referenced by Ea::ChatHandler::ChatHandler(), getLastWhisperNick(), getPopLastWhisperNick(), EAthena::ChatHandler::privateMessage(), TmwAthena::ChatHandler::privateMessage(), EAthena::ChatRecv::processColorChat(), and EAthena::ChatRecv::processWhisperResponse().
bool Ea::ChatRecv::mShowAllLang = false |
Definition at line 51 of file chatrecv.cpp.
Referenced by Ea::ChatHandler::ChatHandler().
bool Ea::ChatRecv::mShowMotd = false |
Definition at line 52 of file chatrecv.cpp.
Referenced by Ea::ChatHandler::ChatHandler(), Ea::ChatHandler::clear(), TmwAthena::ChatRecv::processChatContinue(), and EAthena::ChatRecv::processChatContinue().
bool Ea::ChatRecv::mSkipping = true |
Definition at line 53 of file chatrecv.cpp.
Referenced by Ea::ChatHandler::ChatHandler(), Ea::ChatHandler::clear(), and TmwAthena::ChatRecv::processChatContinue().