diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-06-23 10:08:27 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-06-23 10:08:27 +0200 |
commit | 8d87086917c611280c8a2297d58191147e8e3ea9 (patch) | |
tree | 0ce8650ef99d67769ed65f1c84da46962e57395f /src/plugins/irc/irc.h | |
parent | 16e741f0639ef0e69e95f545cd4cb6a61e6a766a (diff) | |
download | weechat-8d87086917c611280c8a2297d58191147e8e3ea9.zip |
Add new option irc.color.item_channel_modes
Diffstat (limited to 'src/plugins/irc/irc.h')
-rw-r--r-- | src/plugins/irc/irc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/irc/irc.h b/src/plugins/irc/irc.h index bdac5a508..a2ffec278 100644 --- a/src/plugins/irc/irc.h +++ b/src/plugins/irc/irc.h @@ -65,6 +65,7 @@ #define IRC_COLOR_NOTICE weechat_color(weechat_config_string(irc_config_color_notice)) #define IRC_COLOR_INPUT_NICK weechat_color(weechat_config_string(irc_config_color_input_nick)) #define IRC_COLOR_ITEM_AWAY weechat_color(weechat_config_string(irc_config_color_item_away)) +#define IRC_COLOR_ITEM_CHANNEL_MODES weechat_color(weechat_config_string(irc_config_color_item_channel_modes)) #define IRC_COLOR_NICK_IN_SERVER_MESSAGE(nick) \ ((nick && weechat_config_boolean(irc_config_look_color_nicks_in_server_messages)) ? \ nick->color : IRC_COLOR_CHAT_NICK) |