/[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.67 by flashcode, Wed Jul 13 17:40:20 2005 UTC revision 1.68 by flashcode, Tue Jul 19 17:35:51 2005 UTC
# Line 517  int cfg_irc_lag_check; Line 517  int cfg_irc_lag_check;
517  int cfg_irc_lag_min_show;  int cfg_irc_lag_min_show;
518  int cfg_irc_lag_disconnect;  int cfg_irc_lag_disconnect;
519  int cfg_irc_fifo_pipe;  int cfg_irc_fifo_pipe;
520    char *cfg_irc_highlight;
521    
522  t_config_option weechat_options_irc[] =  t_config_option weechat_options_irc[] =
523  { { "irc_display_away", N_("display message to all channels when away"),  { { "irc_display_away", N_("display message to all channels when away"),
# Line 555  t_config_option weechat_options_irc[] = Line 556  t_config_option weechat_options_irc[] =
556      N_("create a FIFO pipe for remote control"),      N_("create a FIFO pipe for remote control"),
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"),
560        N_("comma separated list of words to highlight (case sensitive comparison)"),
561        OPTION_TYPE_STRING, 0, 0, 0,
562        "", 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 }
564  };  };
565    

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68

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