Added notification settings feature

This commit is contained in:
Ylian Saint-Hilaire
2019-07-18 15:21:41 -07:00
parent b05af960d2
commit 73626f126c
6 changed files with 52 additions and 5 deletions

View File

@@ -110,7 +110,7 @@ function AmtManager(agent, db, isdebug) {
}
// Sent to the entire group, no sessionid or userid specified.
if (notify != null) { agent.SendCommand({ "action": "msg", "type": "notify", "value": notify, "tag": "general" }); }
if (notify != null) { agent.SendCommand({ "action": "msg", "type": "notify", "value": notify, "tag": "general", "amtMessage": amtMessage }); }
}
// Launch LMS