diff --git a/exec/load/sbbsini.js b/exec/load/sbbsini.js index 9c475a2ed02349d80916ea7d1d5c043a16197971..6404f2f0aecaec527bc62f9b2c3bea64a677e501 100644 --- a/exec/load/sbbsini.js +++ b/exec/load/sbbsini.js @@ -1,3 +1,12 @@ +/* + * This attempts to parse an sbbs.ini file in the same manner as + * Synchronet internally does. + * + * NOTE: All Options fields and enumeration fields are currently broken. + * This means the log_level and options and presumably others as + * well. + */ + new function() { var f = new File(file_cfgname(system.ctrl_dir, "sbbs.ini")); if (!f.open("r", true))