identities

  1. Bluscream

    [LUA] Get Identities

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