Spot group commands to JS8NET
This commit is contained in:
parent
5b2326fd59
commit
1d2ebd8a34
@ -11043,8 +11043,8 @@ void MainWindow::processCommandActivity() {
|
||||
}
|
||||
}
|
||||
|
||||
// PROCESS @JS8NET AND @APRSIS SPOTS FOR EVERYONE
|
||||
if (d.to == "@JS8NET" || d.to == "@APRSIS"){
|
||||
// PROCESS @JS8NET, @APRSIS, AND OTHER GROUP SPOTS FOR EVERYONE
|
||||
if (d.to.startsWith("@")){
|
||||
spotCmd(d);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user