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

Added comments for new bool options.

parent a2a75563
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
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