//sending files public DccFileTransfer(ircBot bot, DccManager manager, FileStream file, string nick, int timeout) { throw new NotImplementedException(); }
public DccManager(ircBot bot) { }
//receiving files public DccFileTransfer(ircBot bot, DccManager manager, string nick, string login, string hostname, string type, string filename, long address, int port, long size) { throw new NotImplementedException(); }