Subj : exec/load/modopts.js To : Git commit to sbbs/master From : Rob Swindell Date : Fri Nov 13 2020 05:07 pm https://gitlab.synchro.net/sbbs/sbbs/-/commit/58c106283f783df346b12911 Modified Files: exec/load/modopts.js Log Message: Support blank strings in modopts.ini Use the new "blanks" option with File.iniGetAllObjects(). This means that keys specified in the modopts.ini with no value will now be represented as blank strings ("") instead of undefined values, in JS modules. .