From 71817a078389e707d65401a4da24079e1c598334 Mon Sep 17 00:00:00 2001 From: RevBar Date: Thu, 28 Mar 2013 20:38:05 +0100 Subject: [PATCH] Fix a bug --- plugins/log | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/log b/plugins/log index 57d8a45..834f0af 100755 --- a/plugins/log +++ b/plugins/log @@ -30,7 +30,7 @@ sub hook_reject { } sub hook_user_created { - my ($class, $username); + my ($class, $username) = @_; _log("NEWUSER $username"); }