Subj : exec/login.js To : Git commit to main/sbbs/master From : Rob Swindell (on Debian Linux) Date : Tue Jul 25 2023 05:02 pm https://gitlab.synchro.net/main/sbbs/-/commit/7f1525c5bca05030d54a2c40 Modified Files: exec/login.js Log Message: Enable "use strict" mode in this script - best practice Requires hex literals for control chars instead of octal (e.g. \x01 instead of \1) All stock scripts should be using strict mode, so this was a miss. .