diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2004-09-09 21:41:54 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2004-09-09 21:41:54 +0000 |
commit | 1484e17ce1b85526457176688d6f093d91955ee7 (patch) | |
tree | 5b8b36b53400ce74cd60fd4667bc7e6f516c6312 /src/common/weeconfig.h | |
parent | 9759d72d3d98377469c6560ec9ec49defccf2727 (diff) | |
download | weechat-1484e17ce1b85526457176688d6f093d91955ee7.zip |
DCC not auto accepted (depending on config), "~" replaced by home in dcc download dir, suffix displayed in filename received (if file is renamed), highlight for DCC buffer
Diffstat (limited to 'src/common/weeconfig.h')
-rw-r--r-- | src/common/weeconfig.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/weeconfig.h b/src/common/weeconfig.h index 91ddcdf7a..a94c5bb65 100644 --- a/src/common/weeconfig.h +++ b/src/common/weeconfig.h @@ -146,7 +146,6 @@ extern char *cfg_log_start_string; extern char *cfg_log_end_string; extern int cfg_dcc_auto_accept_files; -extern int cfg_dcc_auto_accept_max_size; extern int cfg_dcc_auto_accept_chats; extern int cfg_dcc_timeout; extern int cfg_dcc_blocksize; |