diff options
Diffstat (limited to 'src/plugins/irc/irc-config.c')
| -rw-r--r-- | src/plugins/irc/irc-config.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/plugins/irc/irc-config.c b/src/plugins/irc/irc-config.c index d034e2541..970eb738d 100644 --- a/src/plugins/irc/irc-config.c +++ b/src/plugins/irc/irc-config.c @@ -2406,9 +2406,8 @@ irc_config_init () N_("restrict highlights to these tags on irc buffers (to have " "highlight on user messages but not server messages); tags " "must be separated by a comma and \"+\" can be used to make a " - "logical \"and\" between tags; tags can start or end with \"*\" " - "to match more than one tag; an empty value allows highlight on any " - "tag"), + "logical \"and\" between tags; wildcard \"*\" is allowed in tags; " + "an empty value allows highlight on any tag"), NULL, 0, 0, "irc_privmsg,irc_notice", NULL, 0, NULL, NULL, &irc_config_change_look_highlight_tags_restrict, NULL, NULL, NULL); irc_config_look_item_away_message = weechat_config_new_option ( |
