Splamy / TS3AudioBot

Advanced Musicbot for Teamspeak 3
https://splamy.de/TSAudioBot/Home
Open Software License 3.0
701 stars 140 forks source link

Import identity from ts3audiobot to ts3 #1008

Open IxPrumxI opened 2 years ago

IxPrumxI commented 2 years ago

Describe the problem I have not found a clear way to import an identity to ts3

To Reproduce Create a bot with identity. and try to import it in ts3

System Information

Flakebi commented 2 years ago

The other way around it’s easier because the bot can read identities created by the ts3 client. The AudioBot has no functionality to export a ts3 client identity.

If you know some C#, you can write a simple program that uses IdentityData::ToTsIdentity: https://github.com/Splamy/TS3AudioBot/blob/b9ccee22f5eccce01bccaad573230606807bc5e1/TSLib/Full/IdentityData.cs#L141-L153