Skip to content
Snippets Groups Projects
Commit 306086a7 authored by Randy Sommerfeld's avatar Randy Sommerfeld
Browse files

Fix prior commit

parent bf8a557b
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
...@@ -1004,11 +1004,11 @@ function Server_Work(cmdline) { ...@@ -1004,11 +1004,11 @@ function Server_Work(cmdline) {
); );
} }
j = 0; var a = 0;
for (i in tmp.users) { for (i in tmp.users) {
j++; a++;
} }
if (j == 0) { if (a == 0) {
umode_notice(USERMODE_OPER,"Notice",format( umode_notice(USERMODE_OPER,"Notice",format(
"Server %s trying to SJOIN zero-member channel %s post-processing.", "Server %s trying to SJOIN zero-member channel %s post-processing.",
this.nick, this.nick,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment