namboy94 / xdcc-dl

An XDCC File Downloader based on the irclib framework
GNU General Public License v3.0
62 stars 16 forks source link

timeout not working as expected #10

Closed dahartigan closed 3 years ago

dahartigan commented 4 years ago

I've been able to get xdcc-dl working, however there is a particular server which requires a user be connected for at least 60 seconds. I assume that --timeout 60 would achieve this, but it still shows that it's not waiting for the timeout, and just sends the message anyway.

Bug or am I using --timeout wrong?

namboy94 commented 3 years ago

--timeout sets a time in which the download is required to start, if it does not, the program exits.

What you are trying to do can be done using the new --wait-time flag.