From e1e0e83eb2923406d5ba3e8e4389e9fe8d7771b7 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Thu, 30 Oct 2008 18:43:40 +0100 Subject: [PATCH] Fix default value for option irc.look.highlight_tags --- src/plugins/irc/irc-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/irc/irc-config.c b/src/plugins/irc/irc-config.c index e21874931..823e0ef77 100644 --- a/src/plugins/irc/irc-config.c +++ b/src/plugins/irc/irc-config.c @@ -987,7 +987,7 @@ irc_config_init () N_("comma separated list of tags for messages that may produce " "highlight (usually any message from another user, not server " "messages,..)"), - NULL, 0, 0, "irc_privmsg,irc_notice", NULL, NULL, NULL, NULL, NULL, NULL, NULL); + NULL, 0, 0, "irc_cmd_privmsg,irc_cmd_notice", NULL, NULL, NULL, NULL, NULL, NULL, NULL); irc_config_look_show_away_once = weechat_config_new_option ( irc_config_file, ptr_section, "show_away_once", "boolean",