Support #3623
closedAdd /download -l and /zip -i to display the list of downloads and zip/unzip progresses
0%
Description
Hello,
I saw that for every function that AdiIRC/mIRC using it has lists to check what is opened and what is not by default, i know
that this can be scripted easy but it would be nice to see these listing commands included by default too as it is new SUPER features, it should working like /comlist /socklist /flist etc.
Examples:
/dlist
(24/Jul/2017 23:12:27.100) * /dlist: no open downloads
or
(24/Jul/2017 23:12:26.300) * Active downloads:
(24/Jul/2017 23:12:26.319) * test url: https://adiirc.com/AdiIRC64_45.zip destination: C:\Users\westo\Downloads\AdiIRC64.zip
(24/Jul/2017 23:12:26.329) * test2 url: https://adiirc.com/AdiIRC64.2.8.exe destination: C:\Users\westo\Downloads\AdiIRC64.exe
/zlist
(24/Jul/2017 23:12:27.100) * /zlist: no open zips/unzips
or
(24/Jul/2017 23:12:26.300) * Active zips/unzips:
(24/Jul/2017 23:12:26.319) * test progress: zip ratio: 1 source: C:\Users\westo\Downloads\ destination: C:\Users\westo\Downloads\AdiIRC64.zip
(24/Jul/2017 23:12:26.329) * test2 progress: unzip source: C:\Users\westo\Downloads\ destination: C:\Users\westo\Downloads\AdiIRC64.zip
- Thanks!
Updated by Per Amundsen over 7 years ago
- Subject changed from Add /dlist & /zlist to display the list of downloads and zip/unzip progresses to Add /download -l and /zip -i to display the list of downloads and zip/unzip progresses
- Status changed from New to Resolved
I added /download -l and /zip -i (-l is taken), new commands and identifiers should be limited as much as possible.
Also updated the title to reflect the change.