diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-07-12 08:13:58 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-07-12 08:13:58 +0200 |
commit | f80a80204ac285df2e5e53da1de999ce67926e38 (patch) | |
tree | dc46df2aa76146df50d1120ac3f03df69c9a0585 /src/core/wee-config.h | |
parent | b168a4307052861165b61374b20e11ef0a35ce65 (diff) | |
download | weechat-f80a80204ac285df2e5e53da1de999ce67926e38.zip |
core: add option weechat.color.status_nicklist_count (closes #109, closes #110)
Diffstat (limited to 'src/core/wee-config.h')
-rw-r--r-- | src/core/wee-config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/wee-config.h b/src/core/wee-config.h index f6db4466d..3ec2b72b1 100644 --- a/src/core/wee-config.h +++ b/src/core/wee-config.h @@ -265,6 +265,7 @@ extern struct t_config_option *config_color_status_data_private; extern struct t_config_option *config_color_status_filter; extern struct t_config_option *config_color_status_name; extern struct t_config_option *config_color_status_name_ssl; +extern struct t_config_option *config_color_status_nicklist_count; extern struct t_config_option *config_color_status_number; extern struct t_config_option *config_color_status_more; extern struct t_config_option *config_color_status_time; |