From: Alex Checca Date: Mon, 18 Jan 2016 05:43:06 +0000 (-0500) Subject: fix download list not being cleared on ag_stop X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=8c09341e65647d6aac3569944b87378c2156f725;p=irssi-scripts.irssi.org.git fix download list not being cleared on ag_stop --- diff --git a/scripts/xdcc_autoget.pl b/scripts/xdcc_autoget.pl index d4dc2ca..5d77ef7 100644 --- a/scripts/xdcc_autoget.pl +++ b/scripts/xdcc_autoget.pl @@ -760,6 +760,7 @@ sub ag_stop @termcounter = (); @packcounter = (); @episode = (); + @filenames = (); } if($runningflag == 1)