Small logging, and manual changes II

This commit is contained in:
YourFriendlyNeighborhoodDealer 2018-12-18 10:52:28 +01:00
parent 3028a6f013
commit c1e71ee014
3 changed files with 5 additions and 16 deletions

View file

@ -282,6 +282,8 @@ function ProcessIncomingRequest(data) {
data.motd = motd;
logger.Log("[PCES]:\t" + d.subj);
var msg = "All / new count: " + allQuestions.length + " / " + questions.length;
if (d.version != undefined)
msg += ". Version: " + d.version;
var color = logger.GetColor("green");
if (data != undefined && d.data.length > 0){