summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAlex Checca2015-11-10 08:33:24 -0500
committerAlex Checca2015-11-10 08:33:24 -0500
commit78d47a7b7205fe177441127eaf494e2b1d4659b6 (patch)
treecfc81953970a356fb2f2fde95f6f80af71dac4cd /scripts
parentddd0e807290b3291b17c65a414206fa50975e37d (diff)
downloadscripts.irssi.org-78d47a7b7205fe177441127eaf494e2b1d4659b6.tar.bz2
whoops
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