Skip to content
Snippets Groups Projects
Commit 50570d98 authored by deuce's avatar deuce
Browse files

Set the node action... hopefully prevents

"You have taken too long to log on" messages.
parent 386d6c9a
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@ const MessageTimeout=50; /* 100ths of a second */
load("sbbsdefs.js");
load("nodedefs.js");
load("lightbar.js");
load("graphic.js");
bbs.command_str=''; // Clear STR (Contains the EXEC for default.js)
......@@ -533,6 +534,7 @@ while(1) {
var key=next_key;
var extra_select=false;
next_key='';
bbs.node_action=NODE_MAIN;
if(key=='')
key=mainbar.getval()
else
......@@ -600,6 +602,7 @@ while(1) {
var xtrnsec=new Xtrnsecs;
menus_displayed.push(xtrnsec);
while(!done) {
bbs.node_action=NODE_;
x_sec=xtrnsec.getval();
if(x_sec==KEY_LEFT)
x_sec=(xtrnsec.current-1).toString();
......@@ -835,6 +838,7 @@ function show_filemenu()
{
var cur=1;
var nd=false;
bbs.node_action=NODE_XFER;
while(1) {
var filemenu=new Filemenu();
var ret;
......
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