Scordo / TS3QueryLib.Net

This library allows you to query team speak 3 servers using the query port. All queries are implemented type safe and the library is written to work with .Net 3.5 SP1 or higher inluding support for silverlight 3.0 or higher and windows phone 7.1.
BSD 3-Clause "New" or "Revised" License
51 stars 15 forks source link

Add missing SecondsEmpty param parsing and request. #44

Closed Senaris closed 5 years ago

Senaris commented 5 years ago

Based on query command 'channellist': /// Query info: /// Usage: channellist [-topic] [-flags] [-voice] [-limits] [-icon] [-secondsempty] /// /// Displays a list of channels created on a virtual server including their ID, /// order, name, etc. The output can be modified using several command options. /// /// Example: /// channellist -topic /// cid=15 pid=0 channel_order=0 channel_name=Default\sChannel /// channel_topic=No\s[b]topic[\/b] total_clients=2|cid=16 ... /// error id=0 msg=ok

Added a new option 'includeEmpty' in the GetChannel command. Added a new parameter 'ChannelEmptyDuration' as timespan to parse this option.

Basic description:

Example: