statserv: temp fix for negative users on neostats server caused by onjoin bots
This commit is contained in:
parent
cebfa895bb
commit
1fadc243fb
1 changed files with 0 additions and 4 deletions
|
@ -601,10 +601,6 @@ int s_new_user(char **av, int ac)
|
|||
return 0;
|
||||
}
|
||||
|
||||
if (IsMe(u)) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
s = findstats(u->server->name);
|
||||
IncreaseUsers(s);
|
||||
|
||||
|
|
Reference in a new issue