CHATChannelMode

GameSpy SDK

CHATChannelMode

The mode settings of a chat channel.

typedef struct 
{
CHATBool InviteOnly;
CHATBool Private;
CHATBool Secret;
CHATBool Moderated;
CHATBool NoExternalMessages;
CHATBool OnlyOpsChangeTopic;
int Limit;
} CHATChannelMode;

Members

InviteOnly
Channel is invite-only.
Private
Channel is private.
Secret
Channel is secret.
Moderated
Channel is moderated,.
NoExternalMessages
External messages to channel are not allowed.
OnlyOpsChangeTopic
Topic is limited; only chanops may change it.
Limit
The maximum number of of users allowed.