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 / clientupdate.txt < prev    next >
Text File  |  2011-07-21  |  1KB  |  24 lines

  1. Usage: clientupdate ident=value...
  2.  
  3. Sets one or more values concerning your own client, and makes them available
  4. to other clients through the server where applicable. Available idents are:
  5.  
  6. client_nickname:             set a new nickname
  7. client_away:                 0 or 1, set us away or back available
  8. client_away_message:         what away message to display when away
  9. client_input_muted:          0 or 1, mutes or unmutes microphone
  10. client_output_muted:         0 or 1, mutes or unmutes speakers/headphones
  11. client_input_deactivated:    0 or 1, same as input_muted, but invisible to
  12.                              other clients
  13. client_is_channel_commander: 0 or 1, sets or removes channel commander
  14. client_nickname_phonetic:    set your phonetic nickname
  15. client_flag_avatar:          set your avatar
  16. client_meta_data:            any string that is passed to all clients that
  17.                              have vision of you.
  18. client_default_token:        privilege key to be used for the next server
  19.                              connect
  20.  
  21. Example:
  22.   clientupdate client_nickname=me~brb client_away=1
  23.   error id=0 msg=ok
  24.