/[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.70 by flashcode, Fri Jul 22 08:11:40 2005 UTC revision 1.71 by flashcode, Tue Aug 16 15:03:44 2005 UTC
# Line 739  t_config_option weechat_options_server[] Line 739  t_config_option weechat_options_server[]
739      OPTION_TYPE_INT, 0, 5, 0,      OPTION_TYPE_INT, 0, 5, 0,
740      NULL, NULL, &(cfg_server.command_delay), NULL, NULL },      NULL, NULL, &(cfg_server.command_delay), NULL, NULL },
741    { "server_autojoin", N_("list of channels to join when connected to server"),    { "server_autojoin", N_("list of channels to join when connected to server"),
742      N_("comma separated list of channels to join when connected to server"),      N_("comma separated list of channels to join when connected to server (example: \"#chan1,#chan2,#chan3 #key1,#key2\")"),
743      OPTION_TYPE_STRING, 0, 0, 0,      OPTION_TYPE_STRING, 0, 0, 0,
744      "", NULL, NULL, &(cfg_server.autojoin), NULL },      "", NULL, NULL, &(cfg_server.autojoin), NULL },
745    { "server_autorejoin", N_("automatically rejoin channels when kicked"),    { "server_autorejoin", N_("automatically rejoin channels when kicked"),

Legend:
Removed from v.1.70  
changed lines
  Added in v.1.71

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