mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 07:02:12 +02:00
config changes, CONFIG_REC is now required parameter for
config_node_set_int/bool() and config_node_add_list() git-svn-id: http://svn.irssi.org/repos/irssi/trunk@886 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
a392b41f2f
commit
0d8239e40e
12 changed files with 39 additions and 36 deletions
|
|
@ -77,7 +77,7 @@ static void channel_setup_save(CHANNEL_SETUP_REC *channel)
|
|||
iconfig_node_set_str(node, "name", channel->name);
|
||||
iconfig_node_set_str(node, "chatnet", channel->chatnet);
|
||||
if (channel->autojoin)
|
||||
config_node_set_bool(node, "autojoin", TRUE);
|
||||
iconfig_node_set_bool(node, "autojoin", TRUE);
|
||||
iconfig_node_set_str(node, "password", channel->password);
|
||||
iconfig_node_set_str(node, "botmasks", channel->botmasks);
|
||||
iconfig_node_set_str(node, "autosendcmd", channel->autosendcmd);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue