Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Channel Commander #24

Open
janbnz opened this issue Jun 10, 2020 · 2 comments
Open

Channel Commander #24

janbnz opened this issue Jun 10, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@janbnz
Copy link

janbnz commented Jun 10, 2020

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?

@Manevolent Manevolent added the enhancement New feature or request label Jun 12, 2020
@Manevolent
Copy link
Owner

Manevolent commented Jun 12, 2020

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.

@janbnz
Copy link
Author

janbnz commented Jul 22, 2020

Thanks, found a solution! :)

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants