1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 10:13:12 +02:00

Fix IRC /server command, fix bugs with IRC servers options, remove temporary server feature

This commit is contained in:
Sebastien Helleu
2008-08-22 12:16:09 +02:00
parent cba1ebdbf4
commit 0a211bdc49
21 changed files with 843 additions and 551 deletions
+15 -1
View File
@@ -2160,7 +2160,21 @@ config_file_add_to_infolist (struct t_infolist *infolist,
return 0;
}
if (!infolist_new_var_string (ptr_item,
"name",
"config_name",
ptr_config->name))
{
free (option_full_name);
return 0;
}
if (!infolist_new_var_string (ptr_item,
"section_name",
ptr_section->name))
{
free (option_full_name);
return 0;
}
if (!infolist_new_var_string (ptr_item,
"option_name",
ptr_option->name))
{
free (option_full_name);