Multivit4min / TS3-NodeJS-Library

TeamSpeak 3 Server Query Library supports SSH and RAW Query

Home Page:https://multivit4min.github.io/TS3-NodeJS-Library/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clientmoved Joined / Left reason?

C0kkie opened this issue · comments

commented

Describe the bug
Currently its not possible to get the info if i client joined or left a channel, is it possible to add this?

You can find a list of events here: https://multivit4min.github.io/TS3-NodeJS-Library/classes/TeamSpeak.html#on
The event you are looking for is probably clientmoved

commented

Yes but the event doesnt tell me if the user has left or joined a channel

The event tells you that he moved to the channel which has been set on property channel there is no property from where the client moved from

commented

Hm ok