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

Don't ask user #1 (presumably sysop) where he heard about this BBS.

parent be79228c
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ load("sbbsdefs.js");
console.clear();
if(!user.address.length) {
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