Skip to content
Snippets Groups Projects
Commit b237d8b5 authored by rswindell's avatar rswindell
Browse files

Support a "sysop" value in the global section of binkit.ini, to over-ride

the ZYZ BinkP value (e.g. with the sysop's real name instead of alias).
parent 773b3e45
No related branches found
No related tags found
No related merge requests found
......@@ -327,6 +327,7 @@ function BinkITCfg()
}
else {
this.caps = f.iniGetValue(null, 'Capabilities');
this.sysop = f.iniGetValue(null, 'Sysop', system.operator);
sects = f.iniGetSections();
sects.forEach(function(section) {
var sec = new FIDO.parse_addr(section.toLowerCase(), 1, 'fidonet');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment