- Required SinusBot Version
- 1.0
- Compatible Backends
-
- TeamSpeak 3
This script automatically creates Channel based on needs
by default your channel structure may look like this:
given that the Channel name configured is
when a user now enters Talk 2 then the script will automatically create a channel with the name Talk 3 so that there are 2 free channels available
if another user enters Talk 3 then the channel Talk 4 gets created
if now the teamspeak client from Talk 2 disconnects then Talk 4 gets deleted because there is a free channel amount greather then
by default your channel structure may look like this:
given that the Channel name configured is
Talk %
and the configured max free channels is 2
Code:
Public Rooms
- Talk 1
- Talk 2
when a user now enters Talk 2 then the script will automatically create a channel with the name Talk 3 so that there are 2 free channels available
Code:
Public Rooms
- Talk 1
- Talk 2
> TeamSpeakUser
- Talk 3
if another user enters Talk 3 then the channel Talk 4 gets created
Code:
Public Rooms
- Talk 1
- Talk 2
> TeamSpeakUser
- Talk 3
> TeamSpeakUser1
- Talk 4
if now the teamspeak client from Talk 2 disconnects then Talk 4 gets deleted because there is a free channel amount greather then
2
Code:
Public Rooms
- Talk 1
- Talk 2
- Talk 3
> TeamSpeakUser1