/[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.48 by flashcode, Sat Feb 12 11:12:46 2005 UTC revision 1.49 by flashcode, Sat Feb 12 21:21:54 2005 UTC
# Line 432  t_config_option weechat_options_history[ Line 432  t_config_option weechat_options_history[
432  int cfg_log_auto_server;  int cfg_log_auto_server;
433  int cfg_log_auto_channel;  int cfg_log_auto_channel;
434  int cfg_log_auto_private;  int cfg_log_auto_private;
435    int cfg_log_plugin_msg;
436  char *cfg_log_path;  char *cfg_log_path;
437  char *cfg_log_timestamp;  char *cfg_log_timestamp;
438  int cfg_log_hide_nickserv_pwd;  int cfg_log_hide_nickserv_pwd;
# Line 449  t_config_option weechat_options_log[] = Line 450  t_config_option weechat_options_log[] =
450      N_("automatically log private chats"),      N_("automatically log private chats"),
451      OPTION_TYPE_BOOLEAN, BOOL_FALSE, BOOL_TRUE, BOOL_FALSE,      OPTION_TYPE_BOOLEAN, BOOL_FALSE, BOOL_TRUE, BOOL_FALSE,
452      NULL, NULL, &cfg_log_auto_private, NULL, NULL },      NULL, NULL, &cfg_log_auto_private, NULL, NULL },
453      { "log_plugin_msg", N_("log messages from plugins (scripts)"),
454        N_("log messages from plugins (scripts)"),
455        OPTION_TYPE_BOOLEAN, BOOL_FALSE, BOOL_TRUE, BOOL_FALSE,
456        NULL, NULL, &cfg_log_plugin_msg, NULL, NULL },
457    { "log_path", N_("path for log files"),    { "log_path", N_("path for log files"),
458      N_("path for WeeChat log files"),      N_("path for WeeChat log files"),
459      OPTION_TYPE_STRING, 0, 0, 0,      OPTION_TYPE_STRING, 0, 0, 0,

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

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