/[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.68 by flashcode, Tue Jul 19 17:35:51 2005 UTC revision 1.69 by flashcode, Tue Jul 19 19:50:10 2005 UTC
# Line 557  t_config_option weechat_options_irc[] = Line 557  t_config_option weechat_options_irc[] =
557      OPTION_TYPE_BOOLEAN, BOOL_FALSE, BOOL_TRUE, BOOL_FALSE,      OPTION_TYPE_BOOLEAN, BOOL_FALSE, BOOL_TRUE, BOOL_FALSE,
558      NULL, NULL, &cfg_irc_fifo_pipe, NULL, config_change_fifo_pipe },      NULL, NULL, &cfg_irc_fifo_pipe, NULL, config_change_fifo_pipe },
559    { "irc_highlight", N_("list of words to highlight"),    { "irc_highlight", N_("list of words to highlight"),
560      N_("comma separated list of words to highlight (case sensitive comparison)"),      N_("comma separated list of words to highlight (case insensitive comparison)"),
561      OPTION_TYPE_STRING, 0, 0, 0,      OPTION_TYPE_STRING, 0, 0, 0,
562      "", NULL, NULL, &cfg_irc_highlight, config_change_noop },      "", NULL, NULL, &cfg_irc_highlight, config_change_noop },
563    { 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.68  
changed lines
  Added in v.1.69

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