• Hey Guest, we're evolving the future of TeaSpeak.
    You're invited to join the discussion here!

Pending Unable to delete music bot if music bot is disabled

eduardoroeder

Fanatic member
Premium User
If I have
Code:
music:
  #Description:
  #  Enable/disable the music bots
  #The value must be a positive numeric value between 0 and 1
  enabled: 0
#Description:
#  Add by default a new music bot to each created virtual server.
#The value must be a positive numeric value between 0 and 1
default_music_bot: 1
Will cause a new bot inside the instances without any way to delete them since .mbot commands will not work. Needing two restarts to fix that (one to enable music bot and then delete it and then another one to disable the music bot again.)

Whe music->enabled is false it shouldn't appear any music bots at all.
 

WolverinDEV

TeaSpeak Team
Staff member
Administrator
Known issue, fixed with the next build.
"two restarts"? Why not just right clicking him and removing him?
 

eduardoroeder

Fanatic member
Premium User
.mbot is not working because of music bot deactivated.
<15:16:55> "Music Manager": Music bots are not enabled! Enable them via the server config!
 

eduardoroeder

Fanatic member
Premium User
So, what's fixed? If music->enabled=0 there wont appear any music bot? Or it will allow deleting them even if it's disabled?

Thanks
 

eduardoroeder

Fanatic member
Premium User
That's a fix.

In my opinion, if the hardcoded musicbot enabled variable is disabled, it shouldn't spawn any of the bots when starting the server. Why? Because if you have the bots enabled with a few bots installed, and then you want to temporarily disable the bots, you just google that switch and then any existing bot just don't get spawned. It doesn't make sense to spawn them and then can't interact them with .mbot commands.
 

WolverinDEV

TeaSpeak Team
Staff member
Administrator
Well funny thing. Actually if you have music clients disabled they will not get loaded from the database on instance start.
But since the bot has manually been created it connects.

But in general fixed so:
//Closed