Fixed #43: space prefix should not break directed call

This commit is contained in:
Jordan Sherer
2018-12-13 22:22:10 -05:00
parent e6464e952d
commit 90858f8964
+1
View File
@@ -98,6 +98,7 @@ QMap<QString, int> directed_cmds = {
{" 73", 28 }, // best regards, end of contact
{" ACK", 29 }, // acknowledge
{" AGN?", 30 }, // repeat message
{" ", 31 }, // send freetext (weird artifact)
{" ", 31 }, // send freetext
};