]> code.citadel.org Git - citadel.git/blobdiff - citadel/rooms.c
* Give mailbox owners access to "who knows room" command
[citadel.git] / citadel / rooms.c
index 5f4dcb6951df02ccc7bb30390c0713587970406a..f17a70b413e6284b71855931b5efd28aab5cb572 100644 (file)
@@ -1009,7 +1009,7 @@ void whoknows(void)
        serv_puts("WHOK");
        serv_gets(buf);
        if (buf[0] != '1') {
-               pprintf("%s\n", &buf[5]);
+               pprintf("%s\n", &buf[4]);
                return;
        }
        while (serv_gets(buf), strncmp(buf, "000", 3)) {