From bdbb04b2d1d2829da1d755225bbc80fd638b08ec Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Tue, 4 Feb 2003 00:20:42 +0000
Subject: [PATCH] Don't ask user #1 (presumably sysop) where he heard about
 this BBS.

---
 exec/newuser.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exec/newuser.js b/exec/newuser.js
index 51de59844c..8a8e59d492 100644
--- a/exec/newuser.js
+++ b/exec/newuser.js
@@ -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);
 }
-- 
GitLab