nomoney: remove repeated word

This commit is contained in:
Juerd Waalboer 2024-11-17 03:13:33 +01:00
parent ee8855bfc7
commit 988a161016

View file

@ -37,7 +37,7 @@ sub _inform($unresolved, $username, $skip_print = 0) {
printf(
"\e[31;1m%s have %s.\e[m (balance: %s)\n",
($account eq $username ? "You don't have" : "$account doesn't"),
($account eq $username ? "You don't" : "$account doesn't"),
abs($broke_users->{$account}),
($balance < 0 ? "\e[31;1m$balance\e[m" : $balance),
);