Skip to content
Snippets Groups Projects
Commit c0fbb7be authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Don't clear the line counter after executing string commands

This resolves the issue of the results of string commands not being visible
in novice menu mode. I don't see this issue when running default.bin.

┌────────────────────────····
│ Subj: nlog
│ Attr: Replied
│ To  : All
│ From: Greg Meckel (1:153/143)
│ Date: Wed Mar 22 2023 10:40 am UTC-9:00 (22.7 hours ago)
└───────────────────────────────────────────────······

I attempted to check my node log this morning using ;nlog but it only flashed
on the screen briefly and was gone. Do I possibly have something set wrong?
parent 432362e2
Branches
Tags
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -197,7 +197,6 @@ while(bbs.online && !js.terminated) {
cmd = last_str_cmd;
js.exec("str_cmds.js", {}, cmd);
last_str_cmd = cmd;
console.line_counter = 0;
continue;
}
if(cmd == '/') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment