From b6c43f664e1383a8c65aa6130fae21dc48a64150 Mon Sep 17 00:00:00 2001
From: Deuce <shurd@sasktel.net>
Date: Mon, 25 Jan 2021 17:42:12 -0500
Subject: [PATCH] Add comment about bitflag and enum fields.

---
 exec/load/sbbsini.js | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/exec/load/sbbsini.js b/exec/load/sbbsini.js
index 9c475a2ed0..6404f2f0ae 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))
-- 
GitLab