From 2020bfea205e65f753abea96408ccb54ed61e225 Mon Sep 17 00:00:00 2001 From: Juerd Waalboer Date: Tue, 26 Feb 2013 13:02:22 +0100 Subject: [PATCH] Use canonical username, not the raw user input. --- plugins/give | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/give b/plugins/give index 784c82a..e8e66b0 100755 --- a/plugins/give +++ b/plugins/give @@ -16,7 +16,7 @@ sub benedinges :Tab(USERS) { $self->{user} = parse_user($input) or return REJECT, "$input: No such user."; - return "Amount to give to $input", \&amount; + return "Amount to give to $self->{user}", \&amount; } sub amount {