• If you need help or want to discuss things, you now can also join us on our Discord Server!
  • A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.

EN [REQUEST] MaxClient Variable

Status
Not open for further replies.

chq

Member
Can anyone tell me how i can change at Max Clients of a Channel from Unlimited to Limited?
if i use the MaxClient funktion, the Numer has changed, bute the Type doesn't changed.

Can anyone tell me, how i can change the Type?
 

TheTrueElektro

New Member
See my php parameter for channel creation:

// in Config file
$cfg['modules']['sub_channel_personalised']['cfg']['channel_max_client'] = 10;

// When creating/changing channels
$chan_properties['channel_flag_maxclients_unlimited'] = FALSE;
$chan_properties['channel_maxclients'] = $cfg['modules']['sub_channel_personalised']['cfg']['channel_max_client'];
 
Status
Not open for further replies.
Top