summaryrefslogtreecommitdiff
path: root/src/common/weeconfig.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2005-07-19 17:35:51 +0000
committerSebastien Helleu <flashcode@flashtux.org>2005-07-19 17:35:51 +0000
commit1230735c5faf5445bd7583798a27bb8a17e6d743 (patch)
tree9ac39de08142655af9d9827dae06c4be424612ff /src/common/weeconfig.h
parent77d7b703dee1370c5312b8ea5d1f343a65dd8a9e (diff)
downloadweechat-1230735c5faf5445bd7583798a27bb8a17e6d743.zip
Added "irc_highlight" setting, fixed crash when doing /part on an active DCC chat buffer
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 244cf3bc9..18e4768b5 100644
--- a/src/common/weeconfig.h
+++ b/src/common/weeconfig.h
@@ -170,6 +170,7 @@ extern int cfg_irc_lag_check;
extern int cfg_irc_lag_min_show;
extern int cfg_irc_lag_disconnect;
extern int cfg_irc_fifo_pipe;
+extern char *cfg_irc_highlight;
extern int cfg_dcc_auto_accept_files;
extern int cfg_dcc_auto_accept_chats;