#include "member.h"
Go to the source code of this file.
Classes | |
class | chat_channel |
Information on a chat channel. More... | |
Enumerations | |
enum | chat_status { Status_leader, Status_moderator, Status_member, Status_muted, Status_ignored, Status_none } |
Status of a member in the chat. More... | |
Variables | |
chat_channel | current_channel |
The current select channel. | |
std::list< chat_channel > | chat_channels |
List of possible channels. |
enum chat_status |
Status of a member in the chat.
std::list<chat_channel> chat_channels |
List of possible channels.
The current select channel.
Generated on Tue Jan 1 17:30:01 2008 for client/chat_channel.h File Reference by
Visit the project page on