diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2004-09-19 20:26:15 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2004-09-19 20:26:15 +0000 |
commit | ce7f24ecc1add825ee5714ff09cbc5604c6e4c81 (patch) | |
tree | 50395eefb7c55b71d3558805ceed4cb8dc44e573 /src/common/weeconfig.h | |
parent | 0f718bf2c021f4b482732ee30baccfe5263be5fa (diff) | |
download | weechat-ce7f24ecc1add825ee5714ff09cbc5604c6e4c81.zip |
Log server/channel/private to file
Diffstat (limited to 'src/common/weeconfig.h')
-rw-r--r-- | src/common/weeconfig.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/common/weeconfig.h b/src/common/weeconfig.h index 4f39b29c3..c90d287b7 100644 --- a/src/common/weeconfig.h +++ b/src/common/weeconfig.h @@ -139,13 +139,11 @@ extern int cfg_col_dcc_aborted; extern int cfg_history_max_lines; extern int cfg_history_max_commands; -extern int cfg_log_auto_channels; +extern int cfg_log_auto_server; +extern int cfg_log_auto_channel; extern int cfg_log_auto_private; extern char *cfg_log_path; -extern char *cfg_log_name; extern char *cfg_log_timestamp; -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_chats; |