summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/xdcc_autoget.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/xdcc_autoget.pl b/scripts/xdcc_autoget.pl
index 309f178..c9f3445 100644
--- a/scripts/xdcc_autoget.pl
+++ b/scripts/xdcc_autoget.pl
@@ -477,7 +477,7 @@ sub ag_message
sub ag_uniq #only returns unique entries
{
my %seen;
- grep !$seen{$_}++, _;
+ grep !$seen{$_}++, $_;
}
sub ag_addfinished #save finished downloads