#include <member.h>
Public Member Functions | |
member (std::string membername="") | |
std::string | status (class room *r) |
Public Attributes | |
bool | connected |
is this member correcly connected via de central server | |
std::string | name |
alias of this member | |
std::string | password |
password of this member | |
bool | whispers |
does this member block whispers | |
std::string | autoanswer |
what is the automatical answer to whisperers to this member | |
class world * | world |
what is the world of this member (needed after login) | |
int | last |
class room * | current |
the current selected channel | |
std::map < std::string, bool > | ignore |
the other members that this member doesn't want to hear | |
class channel * | ch |
how to reach this member |
member::member | ( | std::string | membername = "" |
) | [inline] |
std::string member::status | ( | class room * | r | ) | [inline] |
bool member::connected |
std::string member::name |
alias of this member
std::string member::password |
password of this member
bool member::whispers |
does this member block whispers
std::string member::autoanswer |
what is the automatical answer to whisperers to this member
class world* member::world |
int member::last |
the time of the last message from this member
not more than one message each second please
class room* member::current |
the current selected channel
std::map<std::string,bool> member::ignore |
class channel* member::ch |
how to reach this member