diff --git a/exec/load/fidocfg.js b/exec/load/fidocfg.js
index 528f6b83e360d7b97c3d333611415a44617e1f61..e370b1445d54dba462eaea02f0e11c2dcdcbfa5d 100644
--- a/exec/load/fidocfg.js
+++ b/exec/load/fidocfg.js
@@ -322,7 +322,7 @@ function BinkITCfg()
 		this.caps = f.iniGetValue(null, 'Capabilities');
 		sects = f.iniGetSections();
 		sects.forEach(function(section) {
-			var sec = section.toLowerCase();
+			var sec = new FIDO.parse_addr(section.toLowerCase(), 1, 'fidonet');
 
 			this.node[sec] = {};
 			this.node[sec].pass = f.iniGetValue(section, 'Password');