From 988a1610168908080b410a7d2ee12095398d90cc Mon Sep 17 00:00:00 2001 From: Juerd Waalboer Date: Sun, 17 Nov 2024 03:13:33 +0100 Subject: [PATCH] nomoney: remove repeated word --- plugins/nomoney | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/nomoney b/plugins/nomoney index 4dbaa5b..2e9bcf2 100644 --- a/plugins/nomoney +++ b/plugins/nomoney @@ -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), );