and now with correct syntax..

This commit is contained in:
Gunter Labes 2007-11-19 20:13:02 +00:00
parent 0ee4fdde1c
commit dce421c61d

View file

@ -235,7 +235,7 @@ while (1) {
my $username = $user->{'attr'}->{'name'};
print STDERR &timestamp . "--> $username has logged on. ($userindex)\n" if $showjoins;
print LOG &logtimestamp . "--> $username has logged on. ($userindex)\n" if $logfile;
if ($userindex != @users) print STDERR "Warning: userlist out of sync: local index = @users vs remote index = $userindex\n"
print STDERR "Warning: userlist out of sync: local index = @users vs remote index = $userindex\n" if $userindex != @users;
$users[@users] = $user;
&serverstats() if $writestats;
} else {