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

Add call to bbs.nodesync() before prompt - bug reported by Christopher Gosse

Apparently this was missed in the original port from Baja to JS of chat_sec.src
parent d0396be2
No related branches found
No related tags found
No related merge requests found
......@@ -36,8 +36,7 @@ while(1) {
// Update node status
bbs.node_action=NODE_CHAT;
// async
bbs.nodesync();
write("\r\n\001_\1y\001hChat: \001n");
switch(cmdkey=console.getkeys("ACDFIJPQRST?\r",K_UPPER)) {
......
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