From b0f13163776aec4ce6e4a1efb8e66d11e89cc51e Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Sat, 4 Jan 2003 02:40:45 +0000
Subject: [PATCH] list_users() actually counts the number of systems displayed
 rather than replied.

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

diff --git a/exec/sbbsimsg.js b/exec/sbbsimsg.js
index ecba0c69d4..4e46ef0aa2 100644
--- a/exec/sbbsimsg.js
+++ b/exec/sbbsimsg.js
@@ -199,6 +199,7 @@ function list_users(show)
 			console.line_counter=0;	// defeat pause
 			printf("\1n\1h%-25.25s\1n ",sys[i].addr);
 		}
+		replies++;	// we're adding the number of Finger requests here
 
 		sock = new Socket();
 		is_connected = false;
@@ -235,7 +236,6 @@ function list_users(show)
 
 
 		parse_response(response,show);
-		replies++;
 	}
 	
 	
-- 
GitLab