Reordering varicode commands to make it easier to spot which numbers are available

This commit is contained in:
Jordan Sherer 2018-11-20 10:09:07 -05:00
parent a3e004375e
commit a013e79eff

View File

@ -54,19 +54,21 @@ QMap<QString, int> directed_cmds = {
{" QTC?", 2 }, // query station message
{"&", 2 }, // compat
//{"$", 3 }, // query station(s) heard
{" GRID?", 4 }, // query grid
{"^", 4 }, // compat
{">", 5 }, // relay message
{" STATUS?", 6 }, // query idle message
{"*", 6 }, // compat
{">", 5 }, // relay message
{"#", 8 }, // all or nothing message
//{"!", 7 }, // alert message
//{"!", 7 }, // alert message
//{"$", 3 }, // query station(s) heard
{"#", 8 }, // all or nothing message
{" TU", 9 }, // thank you
{" TU", 9 }, // thank you
{" ACTIVE", 10 }, // i have been active in the past 10 minutes
{" IDLE", 11 }, // i have not been active in the past 10 minutes