Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query command channellist: -flags argument is not working since TeaSpeak version 1.2.11-beta2 #353

Closed
Stefan1200-de opened this issue Aug 22, 2018 · 1 comment
Labels
bug p:critical Critical Issue!

Comments

@Stefan1200-de
Copy link

Describe the bug
Using the query command channellist -flags -secondsempty in my JTS3ServerMod, the -flags argument is not working since TeaSpeak version 1.2.11-beta2. In TeaSpeak version 1.2.10-beta2 the -flags argument was working, like in TeamSpeak 3.

TeaSpeak version 1.2.11-beta2:

channellist -flags -secondsempty
cid=1 pid=0 channel_name=[cspacer01]┏╋━━━━━━◥◣◆◢◤━━━━━━╋┓ channel_order=0 total_clients=0|cid=2 pid=0 channel_name=[cspacer02]\sTeaSpeak\sServer channel_order=1 total_clients=0|cid=3 pid=0 channel_name=[cspacer03]┗╋━━━━━━◥◣◆◢◤━━━━━━╋┛ channel_order=2 total_clients=0|cid=4 pid=0 channel_name=[cspacer04]Default\sChannel channel_order=3 total_clients=0

TeaSpeak version 1.2.10-beta2:

channellist -flags -secondsempty
cid=1 pid=0 channel_name=[cspacer01]┏╋━━━━━━◥◣◆◢◤━━━━━━╋┓ channel_order=0 total_clients=0 channel_flag_default=0 channel_flag_password=0 channel_flag_permanent=1 channel_flag_semi_permanent=0|cid=2 pid=0 channel_name=[cspacer02]\sTeaSpeak\sServer channel_order=1 total_clients=0 channel_flag_default=0 channel_flag_password=0 channel_flag_permanent=1 channel_flag_semi_permanent=0|cid=3 pid=0 channel_name=[cspacer03]┗╋━━━━━━◥◣◆◢◤━━━━━━╋┛ channel_order=2 total_clients=0 channel_flag_default=0 channel_flag_password=0 channel_flag_permanent=1 channel_flag_semi_permanent=0|cid=4 pid=0 channel_name=[cspacer04]Default\sChannel channel_order=3 total_clients=0 channel_flag_default=1 channel_flag_password=0 channel_flag_permanent=1 channel_flag_semi_permanent=0

To Reproduce
Using query interface and use the query command:
channellist -flags -secondsempty

Environment information:
Operating system: Debian 8 (3.16.0-4-amd64)
TeaSpeak version: [TeaSpeak-1.2.11-beta2]

@WolverinDEV WolverinDEV added bug p:critical Critical Issue! labels Aug 22, 2018
@WolverinDEV
Copy link
Member

Fixed within the next build :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug p:critical Critical Issue!
Projects
None yet
Development

No branches or pull requests

3 participants
@WolverinDEV @Stefan1200-de and others