#include <user.h>
Public Member Functions | |
void | save (channel *ch) |
Save the data of a user. | |
Public Attributes | |
std::string | username |
Login name of the user. | |
std::string | password |
MD5 sum of the password or empty when a server connection. | |
std::string | session |
Last given out session ID. | |
long | sessnr |
counter on connections to the central server, chat and gameserver | |
channel * | ch |
Channel to the client of this user, can be 0 = down. |
std::string user::username |
Login name of the user.
std::string user::password |
MD5 sum of the password or empty when a server connection.
std::string user::session |
Last given out session ID.
long user::sessnr |