]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/channel.c
Channel autojoin functionality
[ngircd-alex.git] / src / ngircd / channel.c
index d47b16f2c3737f9fa7462c251e1d5e5422814fb6..03af496baf6631374aaa51fc7e6d664a86334709 100644 (file)
@@ -186,8 +186,6 @@ Channel_InitPredefined( void )
                    new_chan->name, new_chan->modes, new_chan->key,
                    new_chan->maxusers);
        }
-       if (channel_count)
-               array_free(&Conf_Channels);
 
        /* Make sure the local &SERVER channel exists */
        if (!Channel_Search("&SERVER")) {