TS3AudioBot icon indicating copy to clipboard operation
TS3AudioBot copied to clipboard

TsQueryClient and TeaSpeak server

Open SomeSpy opened this issue 5 years ago • 4 comments

In some cases (depending on the TeaServer configuration), the TeaServer returns the first line when connecting "TeaSpeak" instead of "TS3"

I suggest in the file "TsQueryClient.cs" to expect the first line from the server "TS3" or "TeaSpeak"

Thanks

Version last version from developer branch

SomeSpy avatar Dec 25 '19 08:12 SomeSpy

Teaspeak omegalul.

btw: last version from developer branch Is not very informative :-P

P-Kito avatar Dec 26 '19 14:12 P-Kito

In TeaSpeak you can customize a lot of otherwise hardcoded messages via the config.yml.

  • The query message-of-the-day (motd) and newline character of the query interface.

You can completely customize the text which makes expecting a consistent byte pattern impossible. I don't know why he made it customizable but it's kinda stupid since it basically breaks all 'normal' query clients. I'll see if I can add an option to read a fixed text/pattern but I won't put this high in the priority list right now

Splamy avatar Dec 26 '19 16:12 Splamy

@Splamy thx!

SomeSpy avatar Dec 27 '19 17:12 SomeSpy

You can completely customize the text which makes expecting a consistent byte pattern impossible. I don't know why he made it customizable but it's kinda stupid since it basically breaks all 'normal' query clients. I'll see if I can add an option to read a fixed text/pattern but I won't put this high in the priority list right now

It's editable since TeaSpeak uses another MOTD by default ;)

WolverinDEV avatar Dec 19 '20 19:12 WolverinDEV