mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 23:22:16 +02:00
backwards compatibility for s/ircnet/chanet/ change.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@673 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
d564fd2b32
commit
64e0b8d96b
2 changed files with 5 additions and 1 deletions
|
|
@ -313,6 +313,8 @@ static SERVER_SETUP_REC *server_setup_read(CONFIG_NODE *node)
|
|||
|
||||
rec = NULL;
|
||||
chatnet = config_node_get_str(node, "chatnet", NULL);
|
||||
if (chatnet == NULL) /* FIXME: remove this in time... */
|
||||
chatnet = config_node_get_str(node, "ircnet", NULL);
|
||||
signal_emit("server setup read", 3, &rec, node,
|
||||
chatnet == NULL ? NULL : chatnet_find(chatnet));
|
||||
if (rec == NULL) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue