Namespaces | |
namespace | Guild |
namespace | Party |
Functions | |
void | connect (Net::Connection *connection, const std::string &token) |
void | logout () |
void | announce (const std::string &text) |
void | kickUser (short channel, const std::string &user) |
Variables | |
Connection * | connection = 0 |
void Net::ChatServer::announce | ( | const std::string & | text | ) |
Definition at line 49 of file chatserver.cpp.
void Net::ChatServer::connect | ( | Net::Connection * | connection, | |
const std::string & | token | |||
) |
Definition at line 33 of file chatserver.cpp.
void Net::ChatServer::kickUser | ( | short | channel, | |
const std::string & | user | |||
) |
void Net::ChatServer::logout | ( | ) |
Definition at line 43 of file chatserver.cpp.
Definition at line 30 of file internal.cpp.