]> code.citadel.org Git - citadel.git/blobdiff - citadel/citserver.c
* Get/save arbitrary configs
[citadel.git] / citadel / citserver.c
index c61944d938ef597058d291965776d7a3cf5d7217..06ffc25b0e0434c9c14014f37e701276bf7545cb 100644 (file)
@@ -55,9 +55,10 @@ void master_startup(void) {
        check_ref_counts();
 
        lprintf(7, "Creating base rooms (if necessary)\n");
-       create_room(BASEROOM, 0, "", 0);
-       create_room(AIDEROOM, 4, "", 0);
-       create_room(config.c_twitroom, 0, "", 0);
+       create_room(BASEROOM,           0, "", 0);
+       create_room(AIDEROOM,           4, "", 0);
+       create_room(SYSCONFIGROOM,      4, "", 0);
+       create_room(config.c_twitroom,  0, "", 0);
        }
 
 /*