DCC Send - Wrong file size when receiving
Brought to you by:
stephane_nicoll,
veryfree
Hi,
I was trying to send a file using the DCC SEND command that you integrated in private channels. The connection is ok, but the receiver doesn't consider the real file size submitted by the sender, so the file received is corrupted (0 sized).
There is a small bug in the constructor of <code>DCCFileReceived</code> class. As <code>finalSize</code>, you should consider the input parameter <code>size</code>, not the size of the newly created file (0 sized).
I saw that bug up to JChatIRC v2.6.6.
Good job though.
A friend.