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

Fix typo: bbs.node_action, not bbs.action

parent e2476ebb
No related branches found
No related tags found
No related merge requests found
Pipeline #7348 passed
...@@ -44,7 +44,7 @@ function automsg() ...@@ -44,7 +44,7 @@ function automsg()
console.print(bbs.text(R_AutoMsg)); console.print(bbs.text(R_AutoMsg));
break; break;
} }
bbs.action=NODE_AMSG; bbs.node_action=NODE_AMSG;
bbs.nodesync(); bbs.nodesync();
console.print(options.intro || "\r\nMaximum of 3 lines:\r\n"); console.print(options.intro || "\r\nMaximum of 3 lines:\r\n");
var str = console.getstr(str, options.max_line_len, K_WRAP|K_MSG); var str = console.getstr(str, options.max_line_len, K_WRAP|K_MSG);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment