]> code.citadel.org Git - citadel.git/blobdiff - citadel/citserver.c
* Auto-creation of various rooms is now done correctly (private, non-mailbox)
[citadel.git] / citadel / citserver.c
index 06ffc25b0e0434c9c14014f37e701276bf7545cb..43c466b8590458f87b683bbf7cb31b90072318e6 100644 (file)
@@ -56,8 +56,8 @@ void master_startup(void) {
 
        lprintf(7, "Creating base rooms (if necessary)\n");
        create_room(BASEROOM,           0, "", 0);
-       create_room(AIDEROOM,           4, "", 0);
-       create_room(SYSCONFIGROOM,      4, "", 0);
+       create_room(AIDEROOM,           3, "", 0);
+       create_room(SYSCONFIGROOM,      3, "", 0);
        create_room(config.c_twitroom,  0, "", 0);
        }