#include <chatclient.hpp>
Public Member Functions | |
ChatClient (ENetPeer *peer) | |
Constructor. | |
Public Attributes | |
std::string | characterName |
unsigned int | characterId |
std::vector< ChatChannel * > | channels |
Party * | party |
unsigned char | accountLevel |
std::map< ChatChannel *, std::string > | userModes |
int | numInvites |
Via this class, the chat server keeps track of the character name and account level of a client.
Definition at line 39 of file chatclient.hpp.