ts3j icon indicating copy to clipboard operation
ts3j copied to clipboard

Channel Commander

Open janbnz opened this issue 5 years ago • 2 comments

Hey,

I want to set the bot as channel commander because I need this orange bubble instead of the blue one. Is there any solution with ts3j?

janbnz avatar Jun 10 '20 10:06 janbnz

Not that I know of, right now. TS3j allows you to execute your own commands, so provided you are able to identify the necessary command to execute to change channel commander, this should be possible. I'm not too familiar with the channel commander feature, so I may need to do a little more investigation to identify what needs to be added here.

Note: there does exist a flag in TS3's protocol called: client_is_channel_commander -- this might get you started.

Manevolent avatar Jun 12 '20 16:06 Manevolent

Thanks, found a solution! :)

Solution: this.client.executeCommand(new SingleCommand("clientupdate client_is_channel_commander=1", null));

janbnz avatar Jul 22 '20 11:07 janbnz