mirror of
https://github.com/pragma-/pbot.git
synced 2024-12-23 19:22:40 +01:00
Tip to use !hint again for new players
This commit is contained in:
parent
9845bd3b00
commit
d7040568bc
@ -116,6 +116,8 @@ $player_data->{lifetime_hints}++;
|
||||
$scores->update_player_data($id, $player_data);
|
||||
$scores->end;
|
||||
|
||||
print "(You can use !hint again to reveal more characters.)\n" if $player_data->{hints} <= 1;
|
||||
|
||||
($id) = $data[0] =~ m/^(\d+)/;
|
||||
my $qstats = QStatskeeper->new;
|
||||
$qstats->begin;
|
||||
|
Loading…
Reference in New Issue
Block a user