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 / verifychannelpassword.txt < prev    next >
Encoding:
Text File  |  2011-06-21  |  245 b   |  9 lines

  1. Usage: verifychannelpassword cid={channelID} password={channelPassword}
  2.  
  3. Returns ERROR_ok if the password is correct, or ERROR_channel_invalid_password
  4. if it is not.
  5.  
  6. Example:
  7.    verifychannelpassword cid=17 password=carrot
  8.    error id=0 msg=ok
  9.