mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-06 12:47:13 +02:00
Better MCI handling
This commit is contained in:
parent
8702e309ae
commit
ac0f54dc9b
2 changed files with 3 additions and 2 deletions
|
@ -95,7 +95,7 @@ const PREDEFINED_MCI_GENERATORS = {
|
|||
ST : function serverName(client) { return client.session.serverName; },
|
||||
FN : function activeFileBaseFilterName(client) {
|
||||
const activeFilter = FileBaseFilters.getActiveFilter(client);
|
||||
return activeFilter ? activeFilter.name : '';
|
||||
return activeFilter ? activeFilter.name : '(Unknown)';
|
||||
},
|
||||
DN : function userNumDownloads(client) { return userStatAsString(client, 'dl_total_count', 0); }, // Obv/2
|
||||
DK : function userByteDownload(client) { // Obv/2 uses DK=downloaded Kbytes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue