summaryrefslogtreecommitdiff
path: root/src/common/weeconfig.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2004-10-17 11:28:03 +0000
committerSebastien Helleu <flashcode@flashtux.org>2004-10-17 11:28:03 +0000
commit482d3275621c40888ffcc942e905aff6ea78b92e (patch)
treead6432b6a1a4996ccb7b6ef8ed6ce71a08650a2a /src/common/weeconfig.h
parentcb5269404c50def3f5df21cb7f3e6fe778cb4f21 (diff)
downloadweechat-482d3275621c40888ffcc942e905aff6ea78b92e.zip
nickserv passwords hidden (new config option: log_hide_nickserv_pwd on/off)
Diffstat (limited to 'src/common/weeconfig.h')
-rw-r--r--src/common/weeconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/weeconfig.h b/src/common/weeconfig.h
index c90d287b7..d5e217720 100644
--- a/src/common/weeconfig.h
+++ b/src/common/weeconfig.h
@@ -144,6 +144,7 @@ extern int cfg_log_auto_channel;
extern int cfg_log_auto_private;
extern char *cfg_log_path;
extern char *cfg_log_timestamp;
+extern int cfg_log_hide_nickserv_pwd;
extern int cfg_dcc_auto_accept_files;
extern int cfg_dcc_auto_accept_chats;