Implemented DCC get for downloading files.
Implement downloading DCC files. A user sends you a DCC SEND request to send you a file, and then you can reply back and download the file.
*Does not yet support sending files or DCC CHAT (direct chatting with other user).
Overview:
- Server/Users sends a DCC CTCP message to us.
- The tiny client parses the message into a DCCRecord and store it in the client state.
- The tiny client tells us that we have a DCC file waiting, and shows us the command to accept and start the download.
- The download is stored in the configured directory.
download_dirunderDefaults - Done.
Gif of it in action:

Closes #206
There's only one server that I know that uses this and it's the one referenced in #206.
Basically, you just go on there and send a command to search. The bot messages you privately and sends you a DCC SEND, which Tiny will pick up and store in the DCC Cache. It also helpfully prints out the command to use to download the file. Once the download is complete you get a notice in the shared server tab between you and the sender (in this case Irchighway's tab).
The download directory is configurable in config.yml.

Are there any blockers that prevent merging this?
@trevarj let me know if this is ready (as in it works and is complete) and has no unrelated changes, I can review this after #344.
As discussed before on IRC, a PR description with summary of the changes (both high level and in implementation) would be helpful.
@osa1 this one actually might be farther along than #344. I updated the description and added a gif so you can see how it works.
Could this be made optional for those that want to ignore DCC CTCP?
Could this be made optional for those that want to ignore DCC CTCP?
I can feature-gate this, if that makes more sense. @osa1 can make the final decision