Hi, that package for Tea*Speak 3 can work for TeaSpeak, you only need to change a few lines of code.
By default, escaping for Tea*Speak when responding is a \n\r, because of that, you can fork that project and change 2 lines of code:
```
func ScanLines(data []byte, atEOF bool) (advance int...