Hello, currently, when developing bots that monitor user presence and status, we heavily rely on the clientlist command (along with modifiers like -voice, -away, -times) to efficiently fetch bulk data about all connected clients in a single stroke.
However, there are some properties that are currently missing from the clientlist output (client_myteamspeak_id , client_is_streaming) and require us to send separate, individual clientinfo clid=<id> queries.
Would it be possible to include at least these two properties natively in the clientlist output? They could be appended to the existing -info or -voice modifiers, or perhaps introduced via a new modifier.