diff --git a/plugins/tildewash.py b/plugins/tildewash.py index 03f5150..7b13b4c 100644 --- a/plugins/tildewash.py +++ b/plugins/tildewash.py @@ -39,7 +39,7 @@ def cleanwash_money(msg): jackpotfile.truncate() jackpot_now = str(jackpot + jackpot_balance) jackpotfile.write(jackpot_now) - message = f"Cleanwashed {balance}TCN, and given the user {new_balance}TCN ({percentage_return}%) and contributed {jackpot_balance}TCN to the balance, jackpot at {jackpot_now}TCN" + message = f"{msg.nick}: Cleanwashed {balance}TCN, and given the user {new_balance}TCN ({percentage_return}%) and contributed {jackpot_balance}TCN to the balance, jackpot at {jackpot_now}TCN" util.tilde.admin_update_tilde(nick,amount=new_balance,time=msg.timestamp,comment=message) return pinhook.plugin.message(message)