diff --git a/exec/load/ircd/server.js b/exec/load/ircd/server.js
index 6d0ca73e770d98db30c2077184b36d5a46757ad8..73a25fa01e8b2758a2d3418c4c1a0ab258df043c 100644
--- a/exec/load/ircd/server.js
+++ b/exec/load/ircd/server.js
@@ -1004,11 +1004,11 @@ function Server_Work(cmdline) {
 				);
 			}
 
-			j = 0;
+			var a = 0;
 			for (i in tmp.users) {
-				j++;
+				a++;
 			}
-			if (j == 0) {
+			if (a == 0) {
 				umode_notice(USERMODE_OPER,"Notice",format(
 					"Server %s trying to SJOIN zero-member channel %s post-processing.",
 						this.nick,