diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-11-19 20:53:56 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-11-19 20:53:56 +0100 |
commit | 1dc33f57e2a47bab119a359f175b2bd5d107e63d (patch) | |
tree | 0ec5f1bcc76b41684389eaf5fb5ce2537db4ed79 /src/plugins/irc/irc.h | |
parent | 33daa4bc55b1e1dcce45f921429d5c8cec75e2c4 (diff) | |
download | weechat-1dc33f57e2a47bab119a359f175b2bd5d107e63d.zip |
Remove old and unused color options
Diffstat (limited to 'src/plugins/irc/irc.h')
-rw-r--r-- | src/plugins/irc/irc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/irc/irc.h b/src/plugins/irc/irc.h index d12cf14f0..d8ad68975 100644 --- a/src/plugins/irc/irc.h +++ b/src/plugins/irc/irc.h @@ -63,7 +63,7 @@ #define IRC_COLOR_BAR_DELIM weechat_color("bar_delim") #define IRC_COLOR_STATUS_NUMBER weechat_color(weechat_config_string(weechat_config_get("weechat.color.status_number"))) #define IRC_COLOR_STATUS_NAME weechat_color(weechat_config_string(weechat_config_get("weechat.color.status_name"))) -#define IRC_COLOR_INPUT_NICK weechat_color(weechat_config_string(weechat_config_get("weechat.color.input_nick"))) +#define IRC_COLOR_INPUT_NICK weechat_color(weechat_config_string(irc_config_color_input_nick)) extern struct t_weechat_plugin *weechat_irc_plugin; extern struct t_hook *irc_hook_timer_check_away; |