Skip to content
Snippets Groups Projects
Commit b6c43f66 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Add comment about bitflag and enum fields.

parent 61836520
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
/*
* 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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment