PDA

View Full Version : Query Channel Order


RS-Kyle
10-14-2011, 08:08 PM
Currently you can't get the order of channels via query. The only form of order is the order they are sent (Alphabetized) with corresponding sub channels. If you have 20 channels this will drive you crazy. Can it be set so the channels are sent in actual order rather than alphabetized?

Actual Structure:
+ Lobby
(client) ConnectedClient01
+ Servers
-Bad Company 20 Man
-Minecraft
+ Other
- Battlefield 3 Beta
- World of Warcraft
- Private1
- Private2
+ Joint Chiefs

Result Structure:
+ Lobby
(client) ConnectedClient01
+ Joint Chiefs
+ Other
- Battlefield 3 Beta
- Private1
- Private2
- World of Warcraft
+ Servers
- Bad Company 20 Man
- Minecraft

True Form: (However its really in 1 long string not on new lines)
N,C,1,Lobby,1
N,U,2,Unfound,Unfound,2011,10,14,23,15
N,C,1,"Joint Chiefs",1
N,C,1,Other,1
N,C,2,"Battlefield 3 Beta",1
N,C,2,Private1,1
N,C,2,Private2,1
N,C,2,"World of Warcraft",1
N,C,1,Servers,1
N,C,2,"Bad Company 20 Man",1
N,C,2,Minecraft,1

Also what is the 1 at the end of each channel? No matter how I modify the channels there is always a 1 there.