Spot group commands to JS8NET

This commit is contained in:
Jordan Sherer 2020-04-19 11:29:11 -04:00
parent 5b2326fd59
commit 1d2ebd8a34

View File

@ -11043,8 +11043,8 @@ void MainWindow::processCommandActivity() {
} }
} }
// PROCESS @JS8NET AND @APRSIS SPOTS FOR EVERYONE // PROCESS @JS8NET, @APRSIS, AND OTHER GROUP SPOTS FOR EVERYONE
if (d.to == "@JS8NET" || d.to == "@APRSIS"){ if (d.to.startsWith("@")){
spotCmd(d); spotCmd(d);
} }