#include <room.h>
Public Member Functions | |
room (std::string roomname="") | |
string | state () |
Public Attributes | |
std::string | name |
Name of the room, written before each line in the world chat box. | |
std::string | description |
Longer name in the channel list and on top of a seperate channel box. | |
int | type |
bool | silenced |
Only moderators can talk in this room state. | |
class member * | leader |
std::map < std::string, room_member > | members |
Set of people in the channel with their login time mapped with their alias. |
room::room | ( | std::string | roomname = "" |
) | [inline] |
string room::state | ( | ) | [inline] |
std::string room::name |
std::string room::description |
int room::type |
bool room::silenced |
Only moderators can talk in this room state.
class member* room::leader |
std::map<std::string, room_member> room::members |