/SET dcc_autoresume - like /SET dcc_autoget, but resume the files if

they're already found. Also fixed file transfer being stuck when
resuming file that was already fully sent (happened with both send and
get). /dcc close was also broken.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1051 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-01-02 16:14:19 +00:00 committed by cras
commit be4b473be5
3 changed files with 74 additions and 34 deletions

View file

@ -94,4 +94,7 @@ void dcc_chat_send(DCC_REC *dcc, const char *data);
/* If `item' is a query of a =nick, return DCC chat record of nick */
DCC_REC *item_get_dcc(void *item);
/* reject DCC request */
void dcc_reject(DCC_REC *dcc, IRC_SERVER_REC *server);
#endif