зеркало из https://github.com/mozilla/gecko-dev.git
oops, stray dot meant the private karma scores were getting corrupted! r=kerz
This commit is contained in:
Родитель
9e4bc32d9a
Коммит
ad706350b0
|
@ -95,7 +95,7 @@ sub ChangeKarma {
|
|||
$privateScores{lc $who} += $delta;
|
||||
my @privateScores = %privateScores;
|
||||
local $" = ' ';
|
||||
$self->{'privateScores'}->{$nick} .= "@privateScores";
|
||||
$self->{'privateScores'}->{$nick} = "@privateScores";
|
||||
}
|
||||
} elsif ($event->{'channel'} eq '') {
|
||||
$self->say($event, 'For private stats, you need to authenticate. Use the \'newuser\' and \'auth\' commands.');
|
||||
|
|
Загрузка…
Ссылка в новой задаче