/[weechat]/weechat/src/common/weeconfig.c
ViewVC logotype

Diff of /weechat/src/common/weeconfig.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.85 by flashcode, Sun Oct 23 22:07:19 2005 UTC revision 1.86 by flashcode, Wed Oct 26 23:15:39 2005 UTC
# Line 665  t_config_option weechat_options_irc[] = Line 665  t_config_option weechat_options_irc[] =
665      OPTION_TYPE_BOOLEAN, BOOL_FALSE, BOOL_TRUE, BOOL_FALSE,      OPTION_TYPE_BOOLEAN, BOOL_FALSE, BOOL_TRUE, BOOL_FALSE,
666      NULL, NULL, &cfg_irc_fifo_pipe, NULL, &config_change_fifo_pipe },      NULL, NULL, &cfg_irc_fifo_pipe, NULL, &config_change_fifo_pipe },
667    { "irc_highlight", N_("list of words to highlight"),    { "irc_highlight", N_("list of words to highlight"),
668      N_("comma separated list of words to highlight (case insensitive comparison)"),      N_("comma separated list of words to highlight (case insensitive comparison, "
669           "words may begin or end with \"*\" for partial match)"),
670      OPTION_TYPE_STRING, 0, 0, 0,      OPTION_TYPE_STRING, 0, 0, 0,
671      "", NULL, NULL, &cfg_irc_highlight, &config_change_noop },      "", NULL, NULL, &cfg_irc_highlight, &config_change_noop },
672    { NULL, NULL, NULL, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL }    { NULL, NULL, NULL, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL }

Legend:
Removed from v.1.85  
changed lines
  Added in v.1.86

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26