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 / clientkick.txt < prev    next >
Text File  |  2011-07-19  |  576b  |  15 lines

  1. Usage: clientkick reasonid={4|5} [reasonmsg={text}] clid={clientID}...
  2.  
  3. Kicks one or more clients specified with clid from their currently joined 
  4. channel or from the server, depending on reasonid. The reasonmsg parameter 
  5. specifies a text message sent to the kicked clients. This parameter is optional 
  6. and may only have a maximum of 40 characters.
  7.  
  8. Available reasonid values are:
  9. 4: Kick the client from his current channel into the default channel
  10. 5: Kick the client from the server
  11.  
  12. Example:
  13.    clientkick reasonid=4 reasonmsg=Go\saway! clid=5|clid=6
  14.    error id=0 msg=ok
  15.