/SetDefaultLimit

Sets the default number of members who can join a persistent channel. When an individual channel is created with a channel member limit of zero (0), then this default limit, a global setting, regulates the maximum number of members allowed in that channel.

If /SetDefaultLimit and a channel's member limit property are both set to zero, then the channel allows an unlimited number of members.

Note  Use the /SetMaxMembers switch to set a channel member limit on dynamic channels.

See also /GetDefaultLimit.

Syntax

Chatcmd ServerList /SetDefaultLimit=DefaultChannelMemberLimit

Parts

ServerList This switch supports multiple servers in its command line. Setting this limit on one server does not update the other servers on the network. All applicable servers should be listed, in the form Server1,Server2,Server3¼.
DefaultChannelMemberLimit   The default value is 25. The maximum is 48,000.

Examples

chatcmd myserv01 /setdefaultlimit=100  
     Sets the default channel member limit for persistent channels on Myserv01 to 100.


© 1998 Microsoft Corporation. All rights reserved.