• Hey Guest, we're evolving the future of TeaSpeak.
    You're invited to join the discussion here!

Search results

  1. R

    Golang TSQuery connection

    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...