diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2005-07-19 17:35:51 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2005-07-19 17:35:51 +0000 |
commit | 1230735c5faf5445bd7583798a27bb8a17e6d743 (patch) | |
tree | 9ac39de08142655af9d9827dae06c4be424612ff /src/common/weeconfig.h | |
parent | 77d7b703dee1370c5312b8ea5d1f343a65dd8a9e (diff) | |
download | weechat-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.h | 1 |
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; |