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

Fix prior commit

parent 25a9af72
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment