mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 07:32:04 +02:00
Removed /SET dcc_block_size and /SET dcc_fast_send - fast send is now
always used and dcc_block_size is useless with it. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1250 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
c1c7674ae2
commit
19dff227d8
7 changed files with 16 additions and 52 deletions
|
|
@ -22,7 +22,4 @@ unsigned long transfd; /* bytes transferred */
|
|||
|
||||
unsigned int destroyed:1; /* We're about to destroy this DCC recond */
|
||||
|
||||
char *databuf; /* buffer for receiving/transmitting data */
|
||||
int databufsize;
|
||||
|
||||
GHashTable *module_data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue