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 / clientnotifyregister.txt < prev    next >
Text File  |  2011-07-25  |  1KB  |  46 lines

  1. Usage: clientnotifyregister schandlerid=<serverConnectionHandlerID> event=<event>
  2.  
  3. This command allows you to listen to events that the client encounters. Events
  4. are things like people starting or stopping to talk, people joining or leaving,
  5. new channels being created and many more.
  6. It registers for client notifications for the specified
  7. serverConnectionHandlerID. If the serverConnectionHandlerID is set to zero it
  8. applies to all server connection handlers. Possible event values are listed
  9. below, additionally the special string "any" can be used to subscribe to all
  10. events.
  11.  
  12. Possible values for event:
  13.   notifytalkstatuschange
  14.   notifymessage
  15.   notifymessagelist
  16.   notifycomplainlist
  17.   notifybanlist
  18.   notifyclientmoved
  19.   notifyclientleftview
  20.   notifycliententerview
  21.   notifyclientpoke
  22.   notifyclientchatclosed
  23.   notifyclientchatcomposing
  24.   notifyclientupdated
  25.   notifyclientids
  26.   notifyclientdbidfromuid
  27.   notifyclientnamefromuid
  28.   notifyclientnamefromdbid
  29.   notifyclientuidfromclid
  30.   notifyconnectioninfo
  31.   notifychannelcreated
  32.   notifychanneledited
  33.   notifychanneldeleted
  34.   notifychannelmoved
  35.   notifyserveredited
  36.   notifyserverupdated
  37.   channellist
  38.   channellistfinished
  39.   notifytextmessage
  40.   notifycurrentserverconnectionchanged
  41.   notifyconnectstatuschange
  42.  
  43. Example:
  44.    clientnotifyregister schandlerid=0 event=any
  45.    error id=0 msg=ok
  46.