[FSD] Style and comments

This commit is contained in:
Klaus Basan
2020-05-17 19:50:09 +02:00
committed by Mat Sutcliffe
parent 22c0f57667
commit 991ba5ede8
3 changed files with 6 additions and 1 deletions

View File

@@ -285,6 +285,7 @@ namespace BlackCore
if (str.isEmpty()) return ClientQueryType::Unknown;
// valid queries
// second part of a $CQ:, e.g. $CQ:DI, $CQ:ATC
if (str == "ATC") return ClientQueryType::IsValidATC;
if (str == "CAPS") return ClientQueryType::Capabilities;
if (str == "C?") return ClientQueryType::Com1Freq;