Fixed fakechannel removal
This commit is contained in:
parent
23e6d4ed73
commit
590a46b165
1 changed files with 1 additions and 1 deletions
|
@ -1555,7 +1555,7 @@ clear_out_old_conf(void)
|
|||
}
|
||||
|
||||
/* remove any fakechannels */
|
||||
if (alias_dict != NULL)
|
||||
if (fakechannel_dict != NULL)
|
||||
{
|
||||
irc_dictionary_destroy(fakechannel_dict, free_fakechannel_cb, NULL);
|
||||
fakechannel_dict = NULL;
|
||||
|
|
Loading…
Reference in a new issue