• create bbs.shell_list array (or something like this)

    From Michael Long@VERT to GitLab note in main/sbbs on Mon Feb 22 14:38:04 2021
    https://gitlab.synchro.net/main/sbbs/-/issues/46#note_1651

    var cnflib = load({}, "cnflib.js");
    var main_cnf = cnflib.read("main.cnf");
    var shells = main_cnf['command_shell'];
    for (var i in shells) {
    writeln(shells[i].code + '=' + shells[i].name);
    }

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net