Subj : doorscan.js
To : All
From : Apam
Date : Sat Jun 04 2022 02:16 pm
Hi
There seems to be an issue with doorscan.js:
when an external program is run from the xtrn menu, the character X is logged and on the same line, DOORSCAN .....<stuff>... is logged.
so it appears in the log as:
XDOORSCAN .....<stuff>....
meaning it doesn't recognise those lines when it scrapes the log files.
I've fixed this on my bbs by replacing line 974:
bbs.log_str("DOORSCAN - "+xtrn+" starting @ "+now.toString()+"\r\n");
with
bbs.log_str("\r\nDOORSCAN - "+xtrn+" starting @ "+now.toString()+"\r\n");
I'm not sure where the character 'X' is coming from - I'm guessing it's because I press 'X' for eXternal Doors.
Andrew
---
� Synchronet � The Positronic Brain - positronicbrain.net:11892