We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b56880c commit 1e0e295Copy full SHA for 1e0e295
1 file changed
ddoc2.js
@@ -476,12 +476,13 @@ docIface = {
476
477
//load room settings
478
try {
479
- if (userSettings.debug.file_io) {
+ /*if (userSettings.debug.file_io) {
480
console.putmsg(cyan + "Looking for room info file: " +
481
roomData.fileIO.roomRecFilename + "\n"); //why no workee? 8o|
482
- }
+ } //this should be "/sbbs/data/user/docrooms", but more than that
483
+ //it should be working correctly from w/in proper references WTF
484
- /*for each(var area in msg_area.grp_list[topebaseno].code) {
485
+ for each(var area in msg_area.grp_list[topebaseno].code) {
486
roomSettings[area] = roomData.fileIO.snagRoomInfoBlob(
487
"/sbbs/data/user/docrooms",
488
//roomData.fileIO.roomRecFilename,
0 commit comments