summaryrefslogtreecommitdiff
path: root/src/common/weeconfig.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2004-09-09 21:41:54 +0000
committerSebastien Helleu <flashcode@flashtux.org>2004-09-09 21:41:54 +0000
commit1484e17ce1b85526457176688d6f093d91955ee7 (patch)
tree5b8b36b53400ce74cd60fd4667bc7e6f516c6312 /src/common/weeconfig.h
parent9759d72d3d98377469c6560ec9ec49defccf2727 (diff)
downloadweechat-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.h1
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;