diff options
| author | Alex Checca | 2016-01-18 00:43:06 -0500 |
|---|---|---|
| committer | Alex Checca | 2016-01-18 00:43:06 -0500 |
| commit | 8c09341e65647d6aac3569944b87378c2156f725 (patch) | |
| tree | d492c7d9d7a49559f42b85bdabb8e34b5d4206ee /scripts/xdcc_autoget.pl | |
| parent | 6ead5755d4a3c4ca1e7c6a9d64fe5b8bc13dd95f (diff) | |
| download | scripts.irssi.org-8c09341e65647d6aac3569944b87378c2156f725.tar.bz2 | |
fix download list not being cleared on ag_stop
Diffstat (limited to 'scripts/xdcc_autoget.pl')
| -rw-r--r-- | scripts/xdcc_autoget.pl | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
