I've spent a bit of time looking at the ReceiveText and SendText journal entries. I've noticed that with 'SendText' the 'To' value is the channel to which you are sending the text (might be the commander name, might be 'local', might be 'wing') but for 'ReceiveText' the channel information isn't there and the 'from' will always be the name of the commander who is sending you the message. Would it be possible to have a 'Channel' parameter for 'ReceiveText' equivalent to the 'To' parameter in 'SendText' that gives us the channel? So the journal entry would look something like:
Also, is there any chance of having NPC text logged as well with this journal entry?
Code:
{ "timestamp":"2016-09-25T12:51:28Z", "event":"ReceiveText", "From":"$cmdr_decorate:#name=jgm;", "From_Localised":"CMDR jgm", "Message":"Welcome to the wing", [B]"Channel": "wing"[/B] }
Also, is there any chance of having NPC text logged as well with this journal entry?