diff --git a/exec/logon.js b/exec/logon.js index 3e8d9653999b5de9708b898a45aba2162cd20259..a4c480bf9ab8c3dac0410c219058ad302e406428 100644 --- a/exec/logon.js +++ b/exec/logon.js @@ -133,7 +133,7 @@ var random_list = directory(system.text_dir + "menu/random*.*"); if(random_list.length) bbs.menu(file_getname(random_list[random(random_list.length)]).slice(0,-4)); -console.clear(); +console.clear(LIGHTGRAY); bbs.user_event(EVENT_LOGON); if(user.security.level==99 /* Sysop logging on */ @@ -228,7 +228,7 @@ if(user.settings&USER_HTML) { else { // Last few callers console.aborted=false; - console.clear(); + console.clear(LIGHTGRAY); logonlst=system.data_dir + "logon.lst" if(file_size(logonlst)<1) printf("\1n\1g\1hYou are the first caller of the day!\r\n");