]> code.citadel.org Git - citadel.git/commitdiff
Fixed <.AS>
authorArt Cancro <ajc@citadel.org>
Sun, 22 Nov 1998 06:09:32 +0000 (06:09 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 22 Nov 1998 06:09:32 +0000 (06:09 +0000)
citadel/routines2.c

index 6612f71b64188fdbb980af2e83934d1e89070a3a..9e39b825e308a33be16b6983c44755a6960dc34e 100644 (file)
@@ -610,7 +610,7 @@ void do_system_configuration(void) {
        strprompt("Modem dialup number", &sc[3][0], 15);
 
        sprintf(&sc[4][0], "%d", (boolprompt(
-               "Automatically give room aide privs to creators of private rooms",
+               "Automatically give room aide privs to a user who creates a private room",
                atoi(&sc[4][0]))));
 
        strprompt("Server connection idle timeout (in seconds)", &sc[5][0], 4);
@@ -671,7 +671,7 @@ void do_system_configuration(void) {
                serv_puts("CONF set");
                serv_gets(buf);
                if (buf[0] == '4') {
-                       for (a=0; a<16; ++a) serv_puts(&sc[a][0]);
+                       for (a=0; a<18; ++a) serv_puts(&sc[a][0]);
                        serv_puts("000");
                        }