Skip to content
Snippets Groups Projects
Commit fd1bb408 authored by deuce's avatar deuce
Browse files

Remove comments regarding user configuration.

parent a1c2cef9
No related branches found
No related tags found
No related merge requests found
......@@ -572,47 +572,6 @@ function UserConfig_configure_sec(dcfg, sec)
&& this.door[index[xprog-1]].skipNews)
delete this.door[index[xprog-1]];
}
// External: News | Scores | Run Count
// 1) Kannons and Katapults Y | Y | Y
// 2) TradeWars v2 Y | Y | Y
//
// Select External: 1
//
// Enter the first letter of the items to SKIP or 'D' to delete from the scan: N
//
// External: News | Scores | Run Count
// 1) Kannons and Katapults N | Y | Y
// 2) TradeWars v2 Y | Y | Y
//
// Select External: 2
//
// Enter the first letter of the items to SKIP or 'D' to delete from the scan: D
//
// External: News | Scores | Run Count
// 1) Kannons and Katapults N | Y | Y
// 2) TradeWars v2 - | - | -
//
/*
* User settings
* Per Door:
* skipNews Does not display the configured news file
* skipScores Does not display the configured scores file
* skipRunCount Does not display the number of times ran
* Globals:
* lastScan Date/Time of last scan
* addNew New doors should be added to the scan config
* noAutoScan Do not add doors which ara ran to the scan
* defaultSkipNews New entries should set skipNews
* defaultSkipScores New entries should set skipScores
* defaultSkipRunCount New entries should set skipRunCount
*/
/*
* Default scan config - new UserConfig(null).configure()
*/
// TODO: User configuration
}
function LogParser()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment