mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 16:12:30 +02:00
/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:
parent
d58ea58abc
commit
be4b473be5
3 changed files with 74 additions and 34 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue