Add ZANNELS feature; tweak recreate after bogus DESTRUCT.
[ircu2.10.12-pk.git] / ircd / convert-conf.c
index f65bd7b7afa4d3750b101ec39798d5bcde39b721..5505b3d26b432e43c02bc871440520011ec3d994 100644 (file)
@@ -310,6 +310,7 @@ static void finish_features(void)
     size_t ii;
 
     fputs("Features {\n\t\"OPLEVELS\" = \"FALSE\";\n", stdout);
+    fputs("Features {\n\t\"ZANNELS\" = \"FALSE\";\n", stdout);
 
     for (feat = features; feat; feat = feat->next) {
         /* See if the feature was remapped to an oper privilege. */