oops, stray dot meant the private karma scores were getting corrupted! r=kerz

This commit is contained in:
ian%hixie.ch 2001-11-25 01:25:27 +00:00
Родитель 9e4bc32d9a
Коммит ad706350b0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -95,7 +95,7 @@ sub ChangeKarma {
$privateScores{lc $who} += $delta; $privateScores{lc $who} += $delta;
my @privateScores = %privateScores; my @privateScores = %privateScores;
local $" = ' '; local $" = ' ';
$self->{'privateScores'}->{$nick} .= "@privateScores"; $self->{'privateScores'}->{$nick} = "@privateScores";
} }
} elsif ($event->{'channel'} eq '') { } elsif ($event->{'channel'} eq '') {
$self->say($event, 'For private stats, you need to authenticate. Use the \'newuser\' and \'auth\' commands.'); $self->say($event, 'For private stats, you need to authenticate. Use the \'newuser\' and \'auth\' commands.');