From rswindell@1:103/705 to CVS commit on Thu May 2 14:12:23 2019
exec/load sbbsdefs.js 1.87 1.88 userdefs.js NONE 1.1
Update of /cvsroot/sbbs/exec/load
In directory cvs:/tmp/cvs-serv9380
Modified Files:
sbbsdefs.js
Added Files:
userdefs.js
Log Message:
Moved all the user-related constants from sbbsdefs.js to (new file)
userdefs.js and require() it from sbbsdefs.js, so no existing scripts that
use these constants should need to change.
This allows:
1. use of const over var for proper JS constant definition via require()
2. more optimal load()ing of only what you need for your script to execute