From eb5c323eb936e3cc7ce58ad009b93f062fc8fa2b Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Thu, 13 Nov 2003 22:34:51 +0000 Subject: [PATCH] Added comments for new bool options. --- exec/newuser.js | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/exec/newuser.js b/exec/newuser.js index 7594543df6..adf89a97a2 100644 --- a/exec/newuser.js +++ b/exec/newuser.js @@ -6,14 +6,11 @@ // @format.tab-size 8, @format.use-tabs true -send_newuser_welcome = true; // Set to false to disable the new user welcome msg - load("sbbsdefs.js"); -console.clear(); - -ask_qnet=false; -ask_sysop=false; +send_newuser_welcome = true; // Set to false to disable the new user welcome msg +ask_qnet=false; // Set to true to enable QWKnet Node question +ask_sysop=false; // Set to true to enable Synchronet Sysop question qnet=false; if(system.name=="Vertrauen") { @@ -21,6 +18,8 @@ if(system.name=="Vertrauen") { ask_sysop=true; } +console.clear(); + if(!user.address.length && user.number>1) { printf("\1y\1hWhere did you hear about this BBS? "); user.address=console.getstr(30,K_LINE); -- GitLab