1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-10 11:43:13 +02:00

Highlights with "irc_highlight" setting now case insensitive

This commit is contained in:
Sebastien Helleu
2005-07-19 19:50:10 +00:00
parent 1230735c5f
commit c36f08d7d7
10 changed files with 756 additions and 704 deletions
+1 -1
View File
@@ -557,7 +557,7 @@ t_config_option weechat_options_irc[] =
OPTION_TYPE_BOOLEAN, BOOL_FALSE, BOOL_TRUE, BOOL_FALSE,
NULL, NULL, &cfg_irc_fifo_pipe, NULL, config_change_fifo_pipe },
{ "irc_highlight", N_("list of words to highlight"),
N_("comma separated list of words to highlight (case sensitive comparison)"),
N_("comma separated list of words to highlight (case insensitive comparison)"),
OPTION_TYPE_STRING, 0, 0, 0,
"", NULL, NULL, &cfg_irc_highlight, config_change_noop },
{ NULL, NULL, NULL, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL }