home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / TeamSpeak / TeamSpeak3-Client-win32-3.0.0.exe / plugins / clientquery_plugin / permoverview.txt < prev    next >
Text File  |  2011-07-19  |  815b  |  20 lines

  1. Usage: permoverview cid={channelID} cldbid={clientDBID} permid={permID}
  2.  
  3. Displays all permissions assigned to a client for the channel specified with 
  4. cid. If permid is set to 0, all permissions will be displayed.
  5. The output follows the following format:
  6. ( t={PermGroupType} id1={id1} id2={id2} p={permissionID} v={permissionValue}
  7.   n={permissionNegated} s={permissionSkip} )...
  8.  
  9. Possible PermGroupType Values:
  10. 0: Server Group;      id1=serverGroupID, id2=0
  11. 1: Global Client;     id1=clientDBID,    id2=0
  12. 2: Channel;           id1=channelID,     id2=0
  13. 3: Channel Group;     id1=channelID,     id2=channelGroupID
  14. 4: Channel Client;    id1=channelID,     id2=clientDBID
  15.  
  16. Example:
  17.    permoverview cldbid=57 cid=74 permid=0
  18.    t=0 id1=5 id2=0 p=37 v=1 n=0 s=0|t=0 id1=5 id2=0 p=38 v=1 n=0 s=0 ...
  19.    error id=0 msg=ok
  20.