Message buffer should ack
This commit is contained in:
parent
c1e1d3864f
commit
ebf30b38ef
@ -8983,6 +8983,10 @@ void MainWindow::processCommandActivity() {
|
||||
// TODO: jsherer - perhaps parse d.text and ensure it is a valid message as well as prefix it with our call...
|
||||
reply = QString("%1 ACK\n%2 DE %1").arg(d.from).arg(d.text);
|
||||
}
|
||||
// PROCESS BUFFERED MESSAGE
|
||||
else if (d.cmd == "#" && !isAllCall) {
|
||||
reply = QString("%1 ACK").arg(d.from);
|
||||
}
|
||||
// PROCESS ALERT
|
||||
else if (d.cmd == "!" && !isAllCall) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user