diff --git a/exec/newuser.js b/exec/newuser.js
index 7594543df64c8f5a7474f45f7b3c43e7e944b41f..adf89a97a24a2f04930bfb1f33c8250c60be2fa0 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);