benediktschmitt / py-ts3

A Python 3 API for the TeamSpeak 3 server query and file transfer interface.
http://py-ts3.readthedocs.io
Other
157 stars 31 forks source link

Support custom newline characters (For TeaSpeak) #75

Closed WolverinDEV closed 6 years ago

WolverinDEV commented 6 years ago

Added support for TeaSpeak servers

AdorablePotato commented 6 years ago

Almost everything in this patch is already supported in v2. How exactly does the TeaSpeak interface differ from the TeamSpeak interface? If it is only the newline character, then the simplest and probably best solution would be to subclass the TS3BaseClient (and if necessary TS3TelnetTransport or TS3SSHTransport), may be even create a new package with py-ts3 as dependency with a simple TeaSpeakConnection class.

I consider v1 as stable and don't want to add new features to it, only fix bugs.

Sorry.