ManaPlus
|
#include <string>
Go to the source code of this file.
Variables | |
const std::string | GENERAL_CHANNEL |
const std::string | GM_CHANNEL = "#gm" |
const std::string | TRADE_CHANNEL = "#trade" |
const std::string GENERAL_CHANNEL |
Definition at line 29 of file chat.h.
Referenced by createGuiWindows(), EAthena::ChatRecv::extractChannelFromMessage(), EAthena::ChatRecv::processBeingChat(), TmwAthena::ChatRecv::processBeingChat(), and TmwAthena::ChatRecv::processChatContinue().
const std::string GM_CHANNEL = "#gm" |
Definition at line 30 of file chat.h.
Referenced by ChatWindow::addSpecialChannelTab(), TmwAthena::ChatHandler::channelMessage(), and ChatWindow::showGMTab().
const std::string TRADE_CHANNEL = "#trade" |
Definition at line 31 of file chat.h.
Referenced by ChatWindow::addSpecialChannelTab(), ShopWindow::announce(), TmwAthena::ChatHandler::channelMessage(), and createGuiWindows().