mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-04 08:51:51 +02:00
* File Base newscan basic functionality
* Try to handle unknown options in telnet server
This commit is contained in:
parent
d230a2f58b
commit
d57ca0873e
7 changed files with 108 additions and 60 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue