* File Base newscan basic functionality

* Try to handle unknown options in telnet server
This commit is contained in:
Bryan Ashby 2017-07-17 19:46:38 -06:00
parent d230a2f58b
commit d57ca0873e
7 changed files with 108 additions and 60 deletions

View file

@ -76,6 +76,7 @@ exports.getModule = class FileAreaList extends MenuModule {
if(options.extraArgs) {
this.filterCriteria = options.extraArgs.filterCriteria;
this.fileList = options.fileList;
}
this.dlQueue = new DownloadQueue(this.client);