JanGe / xdcc

A wget-like utility for retrieving files from XDCC bots on IRC
MIT License
15 stars 1 forks source link

CLI option for length of timeouts #7

Closed JanGe closed 8 years ago

JanGe commented 8 years ago

Add a command line option to specify the maximum time to wait for receiving expected messages.

JanGe commented 8 years ago

The latest version based on irc-client doesn't have arbitrary timeouts defined anymore. A response is always awaited indefinitely and can only be aborted by interrupting xdcc (sending SIGINT).