Subj : FTN nodelist parser
To : Nightfox
From : Bill McGarrity
Date : Fri Aug 11 2017 09:24 am
-=> Nightfox wrote to DesotoFireflite on 08-10-17 13:19 <=-
Ni> Re: FTN nodelist parser
Ni> By: DesotoFireflite to Nightfox on Wed Aug 09 2017 04:43 pm
De>>> Echicken made a nodelist scanner that works well with Sync. I still
De>>> use it on my sync system. It's called FTNNV, FTN Node Viewer.
Ni>> I'll have to take a look at that.. Thanks for mentioning it.
De> glad i could help. its a nice little program. it also ley you replace the
De> netmail command, and look uo tge node and send the message all at once.
Ni> I installed it on my BBS yesterday, and I think it's fairly nifty and
Ni> works well. It was pretty much what I had in mind when I was thinking
Ni> of writing my own.
OK... do you have multiple nodelists? I edited the mail-prompt.js as per the
readme file but only showing the zones 1-4 from the fido.
This is what I have...
var nodelistPaths = [
"c:/fd/nodelist/nodelist.*",
"c:/fd/nodelist/sportnet.*",
"c:/fd/nodelist/league10.*",
"c:/fd/nodelist/agoranet.*",
"c:/fd/nodelist/whispnet.*",
"c:/fd/nodelist/TQMRadio.*",
"c:/fd/nodelist/micronet.*",
"c:/fd/nodelist/RWNLIST.*"
];
Is there another way? Should this all be on one line?