Microsoft Chat Server SDK Reference

Chat Channel Modes

These channel modes are used by the ChatPersistentChannel.Modes property.

The channel mode can contain any valid combination of the following:

Chat_Channel_Modes enumeration Value Meaning
CHANNELMODE_AUDITORIUM 256 Channel messages sent to hosts only.
CHANNELMODE_AUTHONLY 1048576 Only authenticated users can join the channel.
CHANNELMODE_INVITEONLY 8 Membership by invitation only.
CHANNELMODE_KNOCK 512 Users can ask to be invited by knocking. Use with CHANNELMODE_INVITEONLY.
CHANNELMODE_MODERATED 16 Only hosts have the ability to speak.
CHANNELMODE_NOALIAS 1024 User identity (not nicknames) is used to identify messages.
CHANNELMODE_NODATA 2048 Client.
CHANNELMODE_NOEXTERNALMSG 32 Messages cannot be sent to this channel from non-members.
CHANNELMODE_NOREALNAME 4096 Nicknames (not identity) is used to identify messages.
CHANNELMODE_NOREMOTE 8192 Channel only accepts local members.
CHANNELMODE_NOWHISPER 16384 Whispers are not allowed.
CHANNELMODE_OPONLYTOPIC 64 Only Sysop can change the channel topic.
CHANNELMODE_SYSOPISOWNER 32768 Sysops act as channel owners.


© 1998 Microsoft Corporation. All rights reserved.