Specifies the maximum number of members permitted in a dynamic channel on the specified servers. The /SetMaxMembers switch overrides the member limit set by the channel owner or host with the Mode command. Use the /SetDefaultLimit switch to set a default channel member limit on persistent channels.
See also /GetMaxMembers.
Chatcmd ServerList /SetMaxMembers=MaximumMembers
| ServerList | This switch supports multiple servers in its command line. To ensure complete setting of information, all applicable servers should be listed, in the form Server1,Server2,Server3¼. |
| MaximumMembers | The value must be in the range of 0 to 48,000. A value of zero (0) means that the number of members is unlimited. |
chatcmd myserv01 /setmaxmembers=1000 | |
| Sets the maximum number of members allowed on dynamic channels on Myserv01 to 1000. | |
chatcmd * /setmaxmembers=0 | |
| Specifies that there is no limit on the number of members allowed on dynamic channels on the default server. |