This is some PoC code to get the current users identities in LUA, it will be included in my later released LUA API:
function getIDList()
local open = io.open
local filnam = ts3.getConfigPath().."ts3clientui_qt.secrets.conf"
local filnam = string.gsub(filnam, "\\", "\\\\")
local...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.