Sebbo94BY / teamspeak3-python-bot

A TeamSpeak Bot written in Python. Supports both raw and ssh query connections. Supports TeamSpeak 3 and 5 server.
Apache License 2.0
8 stars 2 forks source link

[channel_manager / channel_requester] Add support for setting channel permissions #24

Closed Sebbo94BY closed 1 year ago

Sebbo94BY commented 1 year ago

Currently, you can only set channel properties with these plugins:

There should be also a way to set channel permissions like this:

channeladdperm cid=1337 permsid=i_channel_needed_join_power permvalue=50
Sebbo94BY commented 1 year ago

Implemented. See linked pull request.