Subj : exec/newuser.js To : Git commit to main/sbbs/master From : Rob Swindell (on Debian Linux) Date : Tue Feb 28 2023 01:27 pm https://gitlab.synchro.net/main/sbbs/-/commit/0edce2af4ea9b0e4bd631b94 Modified Files: exec/newuser.js Log Message: Fix @-code replacment logic in newuser.msg Fix 2 issues with commit df799b0a: 1. Need to replace @-code globally, otherwise only the first @-code was replaced 2. Need to strip the leading and trailing @'s from the code before passing to bbs.atcode() - fix for issue #527 .