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 / sendtextmessage.txt < prev    next >
Text File  |  2010-09-06  |  483b  |  13 lines

  1. Usage: sendtextmessage targetmode={1-3} [target=clientID] msg={text}
  2.  
  3. Sends a text message a specified target. The type of the target is determined 
  4. by targetmode. 
  5. Available targetmodes are:
  6. 1: Send private text message to a client. You must specify the target parameter
  7. 2: Send message to the channel you are currently in. Target is ignored.
  8. 3: Send message to the entire server. Target is ignored.
  9.  
  10. Example:
  11.    sendtextmessage targetmode=2 msg=Hello\sChannel
  12.    error id=0 msg=ok
  13.