Skip to content
Snippets Groups Projects
Commit b5e30e2f authored by rswindell's avatar rswindell
Browse files

Clear the screen before displaying the list when used with '-l'.

parent 45571ad9
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,7 @@ lib.read_sys_list();
// Parse arguments
for(i=0; i<argc; i++) {
if(argv[i].toLowerCase()=="-l") {
console.clear();
writeln("Inter-BBS Active Users:");
var timeout = 2500;
var sent = lib.request_active_users();
......
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