diff options
Diffstat (limited to 'src/common/weeconfig.c')
-rw-r--r-- | src/common/weeconfig.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/weeconfig.c b/src/common/weeconfig.c index 82e88f892..a24b09124 100644 --- a/src/common/weeconfig.c +++ b/src/common/weeconfig.c @@ -665,7 +665,8 @@ 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 insensitive comparison)"), + N_("comma separated list of words to highlight (case insensitive comparison, " + "words may begin or end with \"*\" for partial match)"), 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 } |