This is a read-only archive of the Mumble forums.

This website archives and makes accessible historical state. It receives no updates or corrections. It is provided only to keep the information accessible as-is, under their old address.

For up-to-date information please refer to the Mumble website and its linked documentation and other resources. For support please refer to one of our other community/support channels.

Jump to content

Restrict number of users in some channels but not all


Dielan
 Share

Recommended Posts

Hey there!


I'm trying to set up my server in such a way where I have channels that have no user join limit, and some channels that are restricted in number.


Is this possible in mumble? I am aware in murmur.ini there is a setting to restrict all channels at once, but this does not give me what I want.


Any advice?


Thanks!

Link to comment
Share on other sites

  • Administrators

Mumble itself does not provide a channel based user limit.


However, you can create a script that is executed on every channel join by a user, that tracks users in a channel and denies enter if a limit is reached.


http://mumble.sourceforge.net/slice/1.2.7/Murmur/ServerCallback.html#userStateChanged


From the slice doc I guess the script receives notification after the fact, but you can move him back and send him a message as notification of the user limit.

Link to comment
Share on other sites

 Share

×
×
  • Create New...